Sunday, February 6, 2011

A dark theme for Geany

Been always partial to dark themes for my editors. Studying PHP, and using Geany, I got this excellent theme.

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.

1 comment:

  1. Thanks for the info. A nice dark theme is something I miss in many code editors.

    Just 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.

    ReplyDelete