ofgg1983 created an issue (geany/geany-osx#57) Hi!
I installed Geany from MacPorts. MacOS version is 15.13.1. This is the contents 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 # no value: autodetect; locale string: locale to be used (e.g. en_US.UTF-8) locale= # no value: don't use any IM module; module name: use the specified module, e.g. 'quartz' for native macOS behavior, for complete list of modules, see Geany.app/Contents/Resources/lib/gtk-3.0/3.0.0/immodules, use without the 'im-' prefix im_module=quartz ``` As indicated in this file, I deleted the `settings.ini` file. I read [this issue](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. Please help! Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/57 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-osx/issues/[email protected]>
