An emacs 24 (deftheme) color theme. It's super nice! This version is a fork of subatomic-theme.el with the colors adjusted to work in a 256 color terminal.
Subatomic256 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 subatomic256-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 subatomic256-theme
)
After that, enable the theme by M-x load-theme RET subatomic256
.
Or if you want to do it in your init file, add:
(load-theme 'subatomic256 t)
If you prefer, you can install Subatomic manually by downloading subatomic256-theme.el
and place it somewhere in your custom-theme-load-path
.
You can set your custom-theme-load-path
by adding this to your .emacs.d
or .emacs.d/init.el
:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
You should now be able to load Subatomic256 with M-x load-theme RET subatomic256
!
Feel free to report any problems or make suggestions. There are always more faces to color!
Full credit is given to John Olsson for his awesome work on the Subatomic theme. This version is literally a clone with the colors changed to fit in the 256 color space.