Le 11/09/2018 à 09:34, Lex Trotman a écrit :
On Tue, 11 Sep 2018 at 16:18, Jérôme Andanson via Users users@lists.geany.org wrote:
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.
A file like the above works for me Geany 1.34 (git version) but I'm still on Mint 18 so maybe its the GTK version.
Thanks for testing !
I also try with .config/gtk-3.0/gtk.css but geany style don't apply anyway, if I test a global customisation it apply ! So this file was parsed. I Thinks problem is with geany elements ID, I tried gtk debuger[1] with no chance.
Maybe @ban can test with a higher gtk version than yours
[1] $GTK_DEBUG=interactive geany
Thanks a lot for this really good IDE :)
Jerome
[1] https://www.geany.org/manual/current/#customizing-geany-s-appearance-using-g...