Freshly downloaded editor, not used it before, my OS is linux with the KDE windowing system using the stock dark theme in KDE. The default editor, when I have a file open, looks like this:
The editor should probably use counter-colors instead of hard coding things like this, but for now how can I fix it without changing the OS theme?
EDIT: For note, I was not able to locate a setting in the preferences to set this color, and a lot of the colors it did have specified were… very bad… (white text on white background, black text on black background, etc…)
Further testing by forcing the application to use the standard light theme only changes the outer decorations for it, it appears that it handles its own rendering internally to the window and remains dark, perhaps by reading settings directly from the system instead of its own window interface.
EDIT: I’ve tried to handle all the usual overrides for GTK, QT, and Wx GUI libraries that programs can use and none seem to be doing anything to this program, so I’m guessing those overrides are disabled for some reason or something other than one of those three is used…
The current editor is Eclipse based and probably does all of its’ styling etc just the way any other Eclipse based editor does. We will start beta testing the new editor very soon and it provides a lot more freedom when it comes to customising colors etc.