> So it is set by `Menu->View->Change Colour Scheme...`, which you can change > while Geany is running, but not from the command line.
Well, you can't *readily*, but it's easy enough to either use a separate configuration directory (Geany's `-c` switch) or write a short `sed` command to alter the configuration before starting. …Or possibly write a small plugin that would change the color scheme depending on the time, or some other global setting. -- 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/2672#issuecomment-732455397
