Emacs Lisp
Switch branches/tags
Nothing to show
Latest commit e78561a Oct 26, 2017 @m-cat m-cat improve colors a bit
Permalink
Failed to load latest commit information.
README.md Better readme Apr 2, 2017
nimbus-theme.el improve colors a bit Oct 26, 2017

README.md

Nimbus theme for Emacs

The best dark theme for Emacs.

Screenshots

Python:

Python

More screenshots:

Usage

MELPA

The easiest way to install Nimbus. Make sure you have set up MELPA and run:

M-x package-install RET nimbus-theme RET

Use M-x customize-themes to activate it, or put the following in your Emacs configuration file:

(load-theme 'nimbus t)

Manual

Download nimbus-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 use customize-themes or load-theme to activate Nimbus, as described in the MELPA section above.

Contributing

I highly urge each and every one of you to contribute. This isn't my full-time job so I can't support every Emacs package out there (although this theme supports more than the average theme). Write issues and make pull requests liberally.