/hybrid-emacs

A dark colorscheme for emacs

Primary LanguageEmacs Lisp

Hybrid: A dark colorscheme for emacs

Based off the similarly-named colorscheme for vim.

Preview

Installation

Download hybrid-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 hybrid