An emacs 24 (deftheme) color theme. It's super nice!
Subatomic is available in MELPA. Assuming MELPA is added to your archive list you can list the available packages by typing M-x list-packages
, look for subatomic-theme, mark it for installation by typing i
and then execute (install) by typing x
.
(Or you can install it directly with M-x package-install RET subatomic-theme
)
After that, enable the theme by M-x load-theme RET subatomic
.
Or if you want to do it in your init file, add:
(load-theme 'subatomic t)
Feel free to report any problems or make suggestions. There are always more faces to color!