Skip to content

An higher contrast version of the popular Zenburn theme for Emacs

Notifications You must be signed in to change notification settings

jomi-se/hc-zenburn-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

hc-zenburn-emacs

A higher contrast version of the popular zenburn theme created by Bozhidar Batsov.

This theme uses the new built-in theming support available starting with Emacs 24.

Screenshot

Installation

package.el

hc-zenburn is available in MELPA.

You can install hc-zenburn with the following command:

M-x package-install hc-zenburn-theme

To load it automatically on Emacs startup add this to your init file:

(load-theme 'hc-zenburn t)

Manual

Download hc-zenburn-theme.el to the directory ~/.emacs.d/themes/. Add this to your .emacs:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")

Now you can load the theme with the interactive function load-theme like this:

M-x load-theme RET hc-zenburn

To load it automatically on Emacs startup add this to your init file:

(load-theme 'hc-zenburn t)

Ugly colors in the terminal Emacs version

If your Emacs looks considerably uglier in a terminal (compared to the GUI version) try adding this to your .bashrc or .zshrc:

export TERM=xterm-256color

Source the .bashrc(.zshrc) file and start Emacs again.

Bugs & Improvements

Please, report any problems that you find at the project integrated tracker. If you've added some improvements and you want them included upstream don't hesitate to send me a patch or even better - a GitHub pull request.

About

An higher contrast version of the popular Zenburn theme for Emacs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 98.8%
  • Python 1.2%