I will leave it here in case it helps someone. I am using the following style in my geany.css:
#geany-compiler-error {
color: #FF7987;
}
#geany-compiler-message {
color: #DFDBFF;
}
#geany-compiler-context {
color: #FEC0E0;
}
It has been easy to read the compiler messages on the dark themes I tested it with.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.