Skip to content

ahungry/color-theme-ahungry

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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