emacs-constant-theme icon indicating copy to clipboard operation
emacs-constant-theme copied to clipboard

A calm, almost monochrome color theme for Emacs with a dark and light variant

emacs-constant-theme

License: GPL v3 MELPA

A calm, almost monochrome color theme for Emacs with a dark and light variant.

NOTE: I am not an Emacs expert, so if you find that color definitions are missing for an Emacs feature or package, please don't hesitate to let me know. Pull requests are always appreciated!

Installation

Using MELPA:

M-x package-install RET constant-theme

Without MELPA: Ensure that a directory containing constant-theme.el and constant-light-theme.el is in your load-path.

Use M-x customize-themes to activate the theme, or add the following to your Emacs configuration file:

(load-theme 'constant t)
(load-theme 'constant-light t)

Screenshots

constant

Dark

constant-light

Light

Copyright

Copyright (c) 2018 Jannis Pohlmann.

Licensed under the GNU General Public License, Version 3.