ofgg1983 left a comment (geany/geany-osx#57) > > I read [#22](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](https://github.com/geany/geany-osx/issues/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
Hi! I noticed I mistyped "dark mode" at the end instead of "light mode". So yeah, that's the problem: the theme in geany_mac.conf is set to dark mode but it always start on light mode. I edited the post to reflect this. My apologies, I wrote that post during a work meeting. Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/57#issuecomment-2719219143 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-osx/issues/57/2719219...@github.com>