Nick Brown

Results 3 comments of Nick Brown

I fixed this by using this style of `setup.py` as the README suggests: ``` from setuptest import test #... setup( # ... cmdclass={'test': test}, ) ``` The README mentions that...

I can confirm, was about to report the same issue myself. The same problem exists for active selection item in Package Explorer. Additionally dialogs remain bright grey - such as...

I've written a [StackOverflow post](http://stackoverflow.com/questions/12238773/ubuntu-eclipse-4-2-dark-theme-how-to-darken-sidebar-backgrounds/12238896#12238896) detailing how to remedy this, on Linux at least. Certain colours, such as these, are inherited from the OS and as such cannot be configured...