Skip to content

ahungry/color-theme-ahungry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Theme Ahungry

GNU ELPA 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/")

;; Only set this if you wish to retain your own font settings
;; otherwise, leave it out.
(setq ahungry-theme-font-settings nil)

(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

About

Bright and bold color theme for emacs

Resources

License

Stars

Watchers

Forks

Packages

No packages published