Geany: latest version
System: Ubuntu 16.04This is an already reported issue here #1376, I am using a dark theme in my machine and when a program returns a compiling error, it becomes hard to read those errors with dark theme enabled. Please add a way to change the font and foreground/background color of the compiler tab similar to the vte's terminal.
Already tried this
cat ~/.config/geany/geany.css /* compiler message colors */ #geany-compiler-error { color: #F5B1AC; } #geany-compiler-context { color: #FFFFFF; } #geany-compiler-message { color: #B5ACF5; }
if you have gtk3+ then this work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.