Skip to content

A mellow Emacs color theme with dark and light variants

License

Notifications You must be signed in to change notification settings

timrichardt/tabak-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tabak-theme

MELPA MELPA Stable

About

Preview image of tabak-theme

Tabak is a zenburn inspired theme with a dark and light variant. It comes with warm and mellow color palettes, and waives loud highlighting in favor of decent but still recognizable and consistent decorations.

Currently, the following is covered

  • font-lock
  • widgets
  • show-paren
  • undo-tree
  • ido
  • rainbow-delimiters (In actual rainbow colors! 🌈)
  • Magit
  • Org
  • Cider
  • SLIME
  • ERC
  • mu4e (from 2015, probably deprecated)

Please, report any problems on the issue tracker. If you want to add something, do not hesitate to send a pull request.

Installation

Manual

Either from MELPA, M-x package-install RET tabak-theme RET, or by copying the repo into your load-path. Then

(require 'tabak-theme)

;; light variant
(tabak-theme-light)

;; dark variant
(tabak-theme-dark)

tabak-theme uses frame-background-mode to determine colors. To toggle between dark and light variants, the function tabak-theme-toggle is provided. It is convenient to bind this globally, for example

(global-set-key (kbd "<C-F12>") 'tabak-theme-toggle)

use-package

(use-package tabak-theme
  :commands (tabak-theme-dark)
  :init (tabak-theme-dark)
  :bind (("<C-F12>" . tabak-theme-toggle)))

License

Please, see LICENSE

About

A mellow Emacs color theme with dark and light variants

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published