From a913143ee83222e94a7d2d8f4c8b1adc3004724b Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 21 Nov 2021 12:41:27 +0000 Subject: [PATCH] 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 --- site-modules/core/files/emacs/src/ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-modules/core/files/emacs/src/ui.el b/site-modules/core/files/emacs/src/ui.el index 9e83635..8f340b5 100644 --- a/site-modules/core/files/emacs/src/ui.el +++ b/site-modules/core/files/emacs/src/ui.el @@ -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