/tsuki-theme

colors for seekers

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Tsuki Theme for Emacs

冥きより冥き道にぞ入りぬべき遥かに照らせ山の端の月

Tsuki is a color theme for Emacs. A set of reflective colors that lights us into satori.

/screenshots/haskell.png?raw=true

Installation

Please use straight.el or something like that.

;; with straight.el
(use-package tsuki-theme
  :straight
  (:host github :repo "vekatze/tsuki-theme")
  :init
  (load-theme 'tsuki t))

Pros

  • Extensive use of background colors for faster structure recognition (YMMV)
  • Tetradically chosen colors for better contrast
    • e.g. blue = #78c8f0 derives magenta = #dc78f0, orange = #f0a078, green = #8cf078
  • Great Kawaii Experience

Cons

  • Works only in GUI
  • External package support is limited
    • PRs are welcomed

Notes

mini-frame

If you’re using mini-frame, you may want to do something like this:

(setq mini-frame-internal-border-color (tsuki-theme-get-color 'mid-blue tsuki-theme-palette))

Acknowledgements

See Also