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...
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 a lot for this really good IDE :)
Jerome
[1] https://www.geany.org/manual/current/#customizing-geany-s-appearance-using-g...
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
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...
On Fri, 14 Sep 2018 at 15:42, Jérôme Andanson via Users users@lists.geany.org wrote:
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 ?
Actually on checking, the pull request was not comitted until Jan 2018 between 1.32 and 1.33, so its only in 1.33 release. I'm not sure how it used to work for you, did you have your own build with the patch included? Anyhow if you can get 1.33 it should work.
Cheers Lex
Le 14/09/2018 à 08:05, Lex Trotman a écrit :
On Fri, 14 Sep 2018 at 15:42, Jérôme Andanson via Users users@lists.geany.org wrote:
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 ?
Actually on checking, the pull request was not comitted until Jan 2018 between 1.32 and 1.33, so its only in 1.33 release. I'm not sure how it used to work for you, did you have your own build with the patch included? Anyhow if you can get 1.33 it should work.
Cheers Lex _______________________________________________
Thanks Lex, you're right, I just upgraded via PPA to Geany 1.33 and the geany.css is now applied. I haven't seen, Mint 19 default geany version wasn't the latest, my bad :(
Default message colors are not quite contrasted with a dark theme.
Le 14/09/2018 à 07:42, Jérôme Andanson via Users a écrit :
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
Work for me with Geany Git and GTL 3.22.11. See Lex's answer: it shouldn't be working with any Geany prior to 1.33.
Regards, Colomban