summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-08-10 22:44:45 -0400
committerKyle Meyer <kyle@kyleam.com>2019-08-10 22:53:42 -0400
commitabbd996c09750ed49e9ede9d20174ecc59e79856 (patch)
tree2d01824603b35989691c10cc44ec0a83ab8f76cb
parent6f59c3fea091387b5a7defff36ded50b577a16b0 (diff)
downloademacs.d-abbd996c09750ed49e9ede9d20174ecc59e79856.tar.gz
theme: Drop term customization
-rw-r--r--lisp/km-theme.el7
1 files changed, 0 insertions, 7 deletions
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"))))))