https://github.com/ahungry/color-theme-ahungry.git
git clone 'git://github.com/ahungry/color-theme-ahungry.git'
This is a color theme with bold bright colors that works well with GNU Emacs in non window mode.
To install, clone the repository via:
cd ~/.emacs.d
git clone https://github.com/ahungry/color-theme-ahungry.git
Then, make sure to add the following to your ~/.emacs:
(add-to-list 'custom-theme-load-path "~/.emacs.d/color-theme-ahungry/")
(load-theme 'ahungry t)
the first time you load it, you will need to accept the theme.
(add-to-list 'load-path "~/.emacs.d/color-theme-ahungry/")
(require 'color-theme-ahungry)
(color-theme-ahungry)
These are shots in various language modes with random wallpapers taken while using emacs in rxvt-unicode with a transparent background set under the ~/.Xresources config.
GPLv3