A dark color theme for Emacs 24+ (using deftheme), inspired by the default dark theme in Light Table 0.4.0. This color theme is based off the definitions and format in sellout's awesome emacs-color-theme-solarized, providing support for a lot of modes.
This is still pretty rough around the edges; I think some color tweaks are still needed, and pull requests are definitely welcome.
- Add the directory containing
noctilux-definitions.el
andnoctilux-theme.el
to yourcustom-theme-load-path
(e.g.(add-to-list 'custom-theme-load-path "~/.emacs.d/lib/color-themes")
). - Add
(load-theme 'noctilux t)
somewhere to your Emacs initialisation.
You'll at least need Emacs 24 for deftheme color-theme system. Used and tested with 24.3 and an sRGB graphical Emacs setup.