chore(emacs): fork the base16 theme
This is so we can add and develop some of the missing features of the theme. After using them for a bit I will start to submit them back upstream in a PR
This commit is contained in:
parent
086c913dbc
commit
a913143ee8
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
(enable-theme 'doom-tomorrow-day)))
|
||||
|
||||
(use-package base16-theme
|
||||
:quelpa (base16-theme :fetcher github :repo "AdeAttwood/base16-emacs")
|
||||
:init
|
||||
;; Fix terminal color theme for base16
|
||||
;; See: https://github.com/belak/base16-emacs#terminal-colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue