I'm thinking of making an easy global dark background switch for Eclipse.
For example intercept all the colors that are about to be rendered and replace them: (R,G,B) -> (255-R, 255-G, 255-B).
Can you suggest Eclipse source spots where it can be done?
The current problems are
- Every language-color pair must be manually modified
- There are vertical bars that are always white
The related questions: