Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change gtk theme for geany in window 7 #2379

Closed
diazvictor opened this issue Oct 24, 2019 · 2 comments
Closed

change gtk theme for geany in window 7 #2379

diazvictor opened this issue Oct 24, 2019 · 2 comments

Comments

@diazvictor
Copy link

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

@codebrainz
Copy link
Member

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"

@eht16
Copy link
Member

eht16 commented Sep 12, 2021

JFTR:
beginning with Geany 1.38, the Windows builds use GTK3 and here is what is needed:

Create or edit the file C:\Users\<username>AppData\Local\gtk-3.0\settings.ini with the following content:

[Settings]
gtk-theme-name=Windows10

And your theme files should be located in C:\Users\<username>\AppData\Local\themes\Windows10.
Replace "" with your username and "Windows10" with the theme you want to use.

@eht16 eht16 closed this as completed Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants