[Geany-Users] Customizing Geany's appearance using GTK+3 CSS
Jérôme Andanson
j.andanson at xxxxx
Tue Sep 11 06:17:57 UTC 2018
Hi all !
I want to change some colors in message windows, previously with Geany
1.31 (or 1.32 ?) on Mint 18, I succeeded by following the documentation
about geany.css [1].
But for now with Geany 1.32 (GTK+3.22.26) on Mint 19, change to this
file does not work anymore, any idea ?
I have in .config/geany/geany.css :
/* compiler message colors */
#geany-compiler-error {
color: #ff0000;
}
#geany-compiler-context {
color: #ff0000;
}
#geany-compiler-message {
color: #4C73D4;
}
But colors are still default one.
Thanks a lot for this really good IDE :)
Jerome
[1]
https://www.geany.org/manual/current/#customizing-geany-s-appearance-using-gtk-3-css
More information about the Users
mailing list