All Projects → cryon → subatomic-theme

cryon / subatomic-theme

Licence: other
Emacs color theme

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to subatomic-theme

yoshi-theme
Emacs theme named after my cat
Stars: ✭ 18 (-68.97%)
Mutual labels:  emacs-theme
horizon-theme.el
Port of Visual Studio Code theme Horizon to Emacs.
Stars: ✭ 17 (-70.69%)
Mutual labels:  emacs-theme
eva-theme
Eva themes built from https://github.com/kjakapat/base16-eva-scheme
Stars: ✭ 72 (+24.14%)
Mutual labels:  emacs-theme
GitHub-Modern-Theme-for-Emacs
Syntax highlighting color theme mimicking the new and updated look of GitHub's code viewer.
Stars: ✭ 37 (-36.21%)
Mutual labels:  emacs-theme
emacs-humanoid-themes
Light and dark theme with bright colors for Emacs that supports GUI and terminal
Stars: ✭ 53 (-8.62%)
Mutual labels:  emacs-theme

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].