I have found that one of my favorite text editors for programming is Geany, however the default color scheme is very bright and hurts my eyes when programming for awhile. There are other color schemes available for Geany but no clear way for installing and using them. Anyone have an idea?
You can get theme files from https://github.com/codebrainz/geany-themes (I prefer Spyder Dark and InkPot). The easiest way is to click "Clone or download" and then "Download ZIP".
Just copy the
.conf
files directly into~/.config/geany/colorschemes/
. (Not wrapped in another subfolder as a result of downloading, archive extraction or Git.)They will immediately be available from the menu bar under
View → Change Color Scheme...
Note: These work for Geany 1.22 and above. For older versions you may need to:
View → Editor → Change Color Scheme
insteadYou can invert the scheme:
Edit → Preferences → Editor → Display → Check: Invert highlighter color scheme.
The alt scheme is in (You may test if can add other one or just modify this one)
Note: How did I found this?
I check for geany packages using
synaptic
. Looking in their Installed Files tab then it was found ingeany-common
package.You may try this solution to change the color scheme of your Geany Text Editor: https://www.youtube.com/watch?v=3flgO81_3dE.
Download Geany Color Scheme from here: https://github.com/geany/geany-themes/
Even as this thread is quite old, I think I can provide a simpler solution to change Geany to a dark theme if you don't mind change your theme to dark system-wide. Actually it has to done in two steps:
Change the style of the editor window, in order to do so, just follow the instructions in Geany Darkthemes
Change the system theme to dark. At least in Ubuntu you might do that in the Settings Manager, for XUbuntu, I follow the instructions here: XUbuntu 20.04 Release Notes (at the Greybird Dark Theme), note that you have to change both the Appearance and the Window Manager. I suppose that in other distribution there will be similar tools to change to dark theme.
You can download the github page from https://github.com/codebrainz/geany-themes. then what you do is extract that file somewhere, then run the install.sh file located directly inside the geany-themes file and it will put all the new themes in the correct place for you.