From e200e09688f2275da1055b6f86c3d400bdf3257e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 16:52:22 +0200 Subject: emacs: Don’t theme TTYs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typically themeing looks really gross in the TTY, and I would like to just use the same color-scheme as my terminal anyways. --- .config/emacs/mango-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/mango-theme.el') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 8f1bef0..af44903 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -43,7 +43,7 @@ graphically, so I shouldn’t need to have multiple specs per face. (declare (indent 0)) (let ((ret '('mango custom-theme-set-faces))) (dolist (spec body) - (add-to-list 'ret `(backquote ,(list (car spec) `((t ,(cdr spec))))))) + (add-to-list 'ret `(backquote ,(list (car spec) `((((type graphic)) ,(cdr spec))))))) (reverse ret))) (defconst mango-theme-palette -- cgit v1.2.3