Downloaded the zip file from code.google.com
extracted to a subfolder in my Downloads folder, e.g. darktheme
From a terminal window,
ls ~/Downloads/darktheme
then still in the terminal,
sudo cp -r ~/Downloads/darktheme/*.* ~/.config/geany/filedefs
And this is how it looks.
Update:
This theme (from Mozilla bespin) looks promising. Gotten from github.
Thanks for the info. A nice dark theme is something I miss in many code editors.
ReplyDeleteJust one comment: why to use "sudo" when you're working on your home directory? It seems unnecessary, as well as a not a good practice.