GNOME Bugzilla – Bug 669359
Yellow debugger color in dark theme
Last modified: 2012-02-16 20:57:13 UTC
Created attachment 206756 [details] yellow on dark Yellow debugger color in dark theme is very hard to read. Please allow color chooser or define other debugger color for dark themes.
This setting is defined in the corresponding editor plugin, not in the debugger. With gtksourceview, this color is fixed inside the code, I will take care of it. With scintilla, this color is defined in /usr/local/share/anjuta/properties/anjuta.properties. On older version, it is the variable named "messages.color.messages1", on newer version it is "messages.color.important".
I have fixed this issue, in both sourceview and scintilla. You can define this color in the message view preference. It's the color of the important message. The fix will be available in Anjuta 3.3.90 or greater. Thanks for your bug report.
*** Bug 648352 has been marked as a duplicate of this bug. ***