Skip to content

otrebu/tao-theme-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tao Theme

Grayscale theme for EMACS

automatically generated using the golden ratio

Installation

Tao in MELPA.

M-x package-install tao-theme

or alternatively:

M-x package-install-file tao-theme

Yin (Dark version)

238195518_full

M-x load-theme tao-yin

Yang (Light version)

238195728_full

M-x load-theme tao-yang

Palette

(defun tao-palette () (tao-theme-golden-grayscale-yin-palette)) then use tao-with-color-variables like this:

(tao-with-color-variables tao-palette
  (progn
    (setq
      hl-paren-colors (list color-14 color-11 color-9 color-7 color-6)
      hl-paren-background-colors (list color-4 color-4 color-4 color-4 color-4))))

Here, for example powerline-tao-theme snippet.

Credits

Original concept, design and development by Peter ([email protected]). Additional packaging, development and assistance from @jasonm23/emacsfodder.

About

Tao Theme for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%