Skip to content

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

License

Notifications You must be signed in to change notification settings

Jannis/emacs-constant-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published