From abbd996c09750ed49e9ede9d20174ecc59e79856 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 10 Aug 2019 22:44:45 -0400 Subject: theme: Drop term customization --- lisp/km-theme.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lisp') diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 7aa62bc..a129d76 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -113,13 +113,6 @@ '(outline-1 ((t (:inherit font-lock-doc-face)))) '(outline-2 ((t (:inherit font-lock-function-name-face)))) '(outline-3 ((t (:inherit font-lock-constant-face)))) - '(term-color-black ((t (:inherit default)))) - '(term-color-blue ((t (:inherit font-lock-function-name-face)))) - '(term-color-cyan ((t (:foreground "#008b8b")))) - '(term-color-green ((t (:foreground "#3cb371")))) - '(term-color-magenta ((t (:foreground "#8b008b")))) - '(term-color-red ((t (:inherit font-lock-string-face)))) - '(term-color-yellow ((t (:inherit font-lock-doc-face)))) '(whitespace-indentation ((t (:background "gray90")))) '(whitespace-trailing ((t (:background "gray90")))))) -- cgit v1.2.3