]> code.delx.au - gnu-emacs-elpa/blob - README.md
Update with face for powerline/spaceline setup
[gnu-emacs-elpa] / README.md
1 # Color Theme Ahungry
2
3 [![MELPA](http://melpa.org/packages/ahungry-theme-badge.svg)](http://melpa.org/#/ahungry-theme)
4
5 This is a color theme with bold bright colors that works well with GNU
6 Emacs in non window mode.
7
8 ## Installation
9 To install, clone the repository via:
10
11 ```
12 cd ~/.emacs.d
13 git clone https://github.com/ahungry/color-theme-ahungry.git
14 ```
15
16 Then, make sure to add the following to your ~/.emacs:
17 ### Using load-theme
18 ```lisp
19 (add-to-list 'custom-theme-load-path "~/.emacs.d/color-theme-ahungry/")
20 (load-theme 'ahungry t)
21 ```
22 the first time you load it, you will need to accept the theme.
23
24 ### Using color-theme.el
25
26 ```lisp
27 (add-to-list 'load-path "~/.emacs.d/color-theme-ahungry/")
28 (require 'color-theme-ahungry)
29 (color-theme-ahungry)
30 ```
31
32 ## Different sample shots
33 These are shots in various language modes with random wallpapers
34 taken while using emacs in rxvt-unicode with a transparent background
35 set under the ~/.Xresources config.
36
37 ### Emacs Config (~/.emacs)
38 ![~/.emacs](http://ahungry.com/images/color-theme-ahungry/require.png)
39
40 ### Common Lisp
41 ![Common Lisp](http://ahungry.com/images/color-theme-ahungry/common-lisp.png)
42
43 ### PHP
44 ![PHP](http://ahungry.com/images/color-theme-ahungry/php.png)
45
46 ### Perl
47 ![Perl](http://ahungry.com/images/color-theme-ahungry/perl.png)
48
49 ### C
50 ![C](http://ahungry.com/images/color-theme-ahungry/c.png)
51
52 ### Javascript
53 ![Javascript](http://ahungry.com/images/color-theme-ahungry/javascript.png)
54
55 ### Assembly
56 ![Assembly](http://ahungry.com/images/color-theme-ahungry/assembly.png)
57
58 ## License
59 GPLv3