techee left a comment (geany/geany-osx#57) > I read https://github.com/geany/geany-osx/issues/22 and tried setting the > env. variable GTK_THEME, but everytime I run Geany it starts on dark mode. > The colour schemes for the code work fine.
#22 is outdated, don't follow that. But I think you just misunderstood this part of `~/.config/geany/geany_mac.conf`: ``` [Settings] # 0: automatic selection based on system settings (requires Geany restart when changed, macOS 10.14+); 1: light; 2: dark; make sure there's no ~/.config/gtk-3.0/settings.ini file, otherwise it overrides the settings made here theme=2 ``` `theme=2` means dark theme is used `theme=1` means light theme is used `theme=0` follows your system's theme -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/57#issuecomment-2719132816 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-osx/issues/57/2719132...@github.com>