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-g...