cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
192 stars 149 forks source link

Feature file in dark theme #417

Closed PyvesB closed 3 years ago

PyvesB commented 4 years ago

Hello!

When switching to the dark theme, feature files become very hard to read:

Screenshot 2020-07-08 at 09 38 47

Users have to find and manually edit all the colour preferences to make the plugin usable. More and more users are using the default Dark theme nowadays, especially as the recent Eclipse releases have put a lot of effort in improving it, so it's an inconvenient step for them. Furthermore, if they switch back to the light theme for whatever reason, they manually have to modify all preferences back.

Many Eclipse plugins contributes preferences style sheets which are automatically applied when the Dark theme is enabled. Here is an example for the PyDev plugin: https://github.com/fabioz/Pydev/blob/master/plugins/org.python.pydev/css/dark/e4-pydev-dark_preferencestyle.css

Thanks in advance!