https://github.com/gchp/flatland-emacs.git
git clone 'git://github.com/gchp/flatland-emacs.git'
Flatland for Emacs is a direct port of the popular Flatland theme for Sublime Text. developed by Pixel Lab.
This theme uses the new built-in theming support available starting with Emacs 24.
This is still under development. Currently, this has only been tested in the GUI version of emacs, and not in the terminal. If you find any issues, please report them on the Github Issue Tracker. Pull requests welcome :)
Download flatland-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 flatland
Or, load load it automatically by placing this in your initialisation file:
(load-theme 'flatland t)
You can also install flatland from MELPA.
M-x package-install RET flatland-theme
Then load the same way as above.
For best use with HTML, you should check out web-mode
which can be installed from MELPA. This theme has been optimised for use with web-mode rather than html-mode.