Skip to content

cryon/subatomic-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

About

An emacs 24 (deftheme) color theme. It's super nice!

subatomic.el - kind of nice, eh? Now also featuring a high contrast mode!

Such contrast!

M-x customize-group subatomic and toggle "Subatomic High Contrast" to enable.

To customize the apperance of comment delimiter characters toggle subatomic-more-visible-comment-delimiters

Default

Default delimiters

Brighter delimiters

Brighter delimiters

Installation

MELPA

MELPA

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)

Manual installation

If you prefer, you can install Subatomic manually by downloading subatomic-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 Subatomic with M-x load-theme RET subatomic!

Improvements

Feel free to report any problems or make suggestions. There are always more faces to color!