[Github-comments] [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

elextr notifications at xxxxx
Mon Jan 24 08:36:06 UTC 2022


> there is no default GTK theme on Windows

There is, its the same default everywhere, the Adwaita theme that everybody is complaining about, but exactly where its located I'm not sure, somewhere inside GTK, possibly in an internal form, not in a CSS.  So it will get "upgraded" when Geany is because GTK is included in the Geany install.  Technically a theme you install is applied as an override to Adwaita, although many downloadable themes seem to override _everything_ :grin:

> copied it in C:\Users%USERNAME%\AppData\Local\gtk-3.0 

Only the `settings.ini` goes there, the themes go in `Local/themes` according to the FAQ, but clearly either works.  But still if you upgrade the theme, for example if it fixes issues, it will overwrite your edited one, hence my suggestion to add changes to `geany.css`.  Although GTK CSS is not complete Web CSS it works the same way, the most recent matching rule will apply, and as `geany.css` is loaded after the system theme anything in it will override the system if it matches.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3063#issuecomment-1019844232
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3063/1019844232 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220124/26c19dcc/attachment.htm>


More information about the Github-comments mailing list