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