ahungry-theme

https://github.com/ahungry/color-theme-ahungry.git

git clone 'git://github.com/ahungry/color-theme-ahungry.git'
5

Color Theme Ahungry

MELPA

This is a color theme with bold bright colors that works well with GNU Emacs in non window mode.

Installation

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:

Using load-theme

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

Using color-theme.el

(add-to-list 'load-path "~/.emacs.d/color-theme-ahungry/")
(require 'color-theme-ahungry)
(color-theme-ahungry)

Different sample shots

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.

Emacs Config (~/.emacs)

~/.emacs

Common Lisp

Common Lisp

PHP

PHP

Perl

Perl

C

C

Javascript

Javascript

Assembly

Assembly

License

GPLv3