Skip to content

pzel/commentary-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commentary-theme

A minimalist, layered color theme for Emacs

Screenshot

Installation

This theme is available on MELPA.

Interactive installation

In a running Emacs instance, type:

M-x package-install, hit Enter, then type commentary-theme, and hit Enter again.

Then, run M-x load-theme, Enter, commentary-theme, and Enter again.

Declarative installation

With use-package, you can ensure the theme is installed before loading it:

;; ~/.emacs or ~/.emacs.d/init.el

(use-package commentary-theme
  :ensure t)
(load-theme 'commentary t)

About

A minimalist, layered color theme for Emacs

Resources

License

Stars

Watchers

Forks

Packages

No packages published