The geany editor is skinnable, but antix15 does not preinstall any geany colorscheme files.
Attached to this post is a wee archive (3.2Kb) containing 9 alternative geany colorschemes.
To"install" them, create a directory ~/.config/geany/colorschemes/ if such doesn't already exist on your system
and copy the *.conf files from archive into that directory.
Within geany, to select colorscheme, click toolbar"View }} Change Color Scheme".
A popup chooser window shows a live preview as you click each of the available colorshcemes. Clicking OK commits your selection and closes the popup.
FYI, you can"tweak" an colorscheme while it's in use by geany, by editing its *.conf file, then save changes and
click"Tools }} Reload Configuration" in the geany toolbar to see the result of your edits.
4 posts
• Page 1 of 1
-
Posts: 1,445
- Joined: 09 Feb 2012
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
Very nice!
-
Posts: 1,062
- Joined: 20 Jan 2010
#3
Very, Very, Nice indeed!
I have been toggling between 2 gtk themes... 1 for geany and one for everything else.
Also nice that I can (somewhat) match the"styles" between geany and nano!
I have been toggling between 2 gtk themes... 1 for geany and one for everything else.
Also nice that I can (somewhat) match the"styles" between geany and nano!
-
Posts: 1,445
- Joined: 09 Feb 2012
#4
If you launch via terminal, you can specify, per-application, which gtk2 theme you wish to have applied, e.g.
GTK2_RC_FILES=/usr/share/themes/NOX/gtk-2.0/gtkrc {command}
GTK2_RC_FILES=/usr/share/themes/NOX/gtk-2.0/gtkrc leafpad
For gtk3, the prefix is slightly different:
GTK_THEME=/path/to/theme/gtk.css {command}
Prefix doesn't work in the context of gExec though, nor can it be added to the Exec= line of a .desktop file, AFAICT.
Interestingly (to me), I've been able to make it work in the context of python subprocess.Popen() and os.system() calls.
FYI, in case"toggling" means"via lxappearance"...toggling between 2 gtk themes
If you launch via terminal, you can specify, per-application, which gtk2 theme you wish to have applied, e.g.
GTK2_RC_FILES=/usr/share/themes/NOX/gtk-2.0/gtkrc {command}
GTK2_RC_FILES=/usr/share/themes/NOX/gtk-2.0/gtkrc leafpad
For gtk3, the prefix is slightly different:
GTK_THEME=/path/to/theme/gtk.css {command}
Prefix doesn't work in the context of gExec though, nor can it be added to the Exec= line of a .desktop file, AFAICT.
Interestingly (to me), I've been able to make it work in the context of python subprocess.Popen() and os.system() calls.