bryangarza / tao-theme-emacs

Tao Theme for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

k(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 (11111000000@email.com). Additional packaging, development and assistance from @jasonm23/emacsfodder.

About

Tao Theme for Emacs


Languages

Language:Emacs Lisp 100.0%