Re: [Github-comments] [geany/geany] change gtk theme for geany in window 7 (#2379)

2021-09-12 Thread Enrico Tröger
Closed #2379. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2379#event-5289226717

Re: [Github-comments] [geany/geany] change gtk theme for geany in window 7 (#2379)

2021-09-12 Thread Enrico Tröger
JFTR: beginning with Geany 1.38, the Windows builds use GTK3 and here is what is needed: Create or edit the file `C:\Users\AppData\Local\gtk-3.0\settings.ini` with the following content: ```ini [Settings] gtk-theme-name=Windows10 ``` And your theme files should be located in `C:\Users\\AppData

Re: [Github-comments] [geany/geany] change gtk theme for geany in window 7 (#2379)

2019-10-24 Thread Matthew Brush
I'm not on Windows at the moment, but from memory, you put a file called `.gtkrc-2.0` in your `%UserProfile%` directory (ie. `C:\Users\you\.gtkrc-2.0`) and inside that file, put a line like: ``` gtk-theme-name = "YourThemeHere" ``` -- You are receiving this because you are subscribed to this t

[Github-comments] [geany/geany] change gtk theme for geany in window 7 (#2379)

2019-10-23 Thread Victor Eduardo Diex Diaz Urbaneja
I have a question and it kills me for a long time, how do I change the theme of gtk in window for geany I've seen several forums on how to do it, but none have helped me -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: