See individual commits. Needs more testing.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1382
-- Commit Summary --
* Improve GTK+3 theme loading
* Add initial documentation for GTK+ CSS theming
* Add geany.css file to the `Tools->Configuration Files` menu
* Allow customizing message window using GTK+ themes
* Improve GTK+3 CSS docs a bit
-- File Changes --
M data/Makefile.am (1)
D data/geany-3.0.css (10)
M data/geany-3.20.css (2)
M data/geany.css (20)
M data/geany.gtkrc (17)
M doc/geany.txt (21)
M src/msgwindow.c (53)
M src/ui_utils.c (84)
-- Patch Links --
https://github.com/geany/geany/pull/1382.patchhttps://github.com/geany/geany/pull/1382.diff
--
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/pull/1382
Is there a way to reload the config by command line.
Same as `Tools` -> `Reload Configuration`?
Found no capability by the command `geany --help`, nor any keyboard shortcut (to automate with `xdotool`.
**_Hint_**: I am building a dynamic color scheme editor, by modifying my config files. it works fine, but I am currently forced to reload the config at any action. I am looking to keep the same instance running, with the new config?
--
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/1849