]> code.delx.au - gnu-emacs-elpa/blob - README.md
Add new ahungry-theme-font-settings variable
[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
21 ;; Only set this if you wish to retain your own font settings
22 ;; otherwise, leave it out.
23 (setq ahungry-theme-font-settings nil)
24
25 (load-theme 'ahungry t)
26 ```
27 the first time you load it, you will need to accept the theme.
28
29 ### Using color-theme.el
30
31 ```lisp
32 (add-to-list 'load-path "~/.emacs.d/color-theme-ahungry/")
33 (require 'color-theme-ahungry)
34 (color-theme-ahungry)
35 ```
36
37 ## Different sample shots
38 These are shots in various language modes with random wallpapers
39 taken while using emacs in rxvt-unicode with a transparent background
40 set under the ~/.Xresources config.
41
42 ### Emacs Config (~/.emacs)
43 ![~/.emacs](http://ahungry.com/images/color-theme-ahungry/require.png)
44
45 ### Common Lisp
46 ![Common Lisp](http://ahungry.com/images/color-theme-ahungry/common-lisp.png)
47
48 ### PHP
49 ![PHP](http://ahungry.com/images/color-theme-ahungry/php.png)
50
51 ### Perl
52 ![Perl](http://ahungry.com/images/color-theme-ahungry/perl.png)
53
54 ### C
55 ![C](http://ahungry.com/images/color-theme-ahungry/c.png)
56
57 ### Javascript
58 ![Javascript](http://ahungry.com/images/color-theme-ahungry/javascript.png)
59
60 ### Assembly
61 ![Assembly](http://ahungry.com/images/color-theme-ahungry/assembly.png)
62
63 ## License
64 GPLv3