I will leave it here in case it helps someone. I am using the following style
in my _geany.css_:
```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 or view it on GitHub:
https://github.com/geany/geany/issues/2644#issuecomment-808731976