From ae24fffa18f118490061f7c4a34717375ce4be10 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 8 Sep 2017 17:59:05 +0200 Subject: Make term-colors and here-docs use the theme's colours --- eighters-theme.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eighters-theme.el b/eighters-theme.el index c6b8b4f..ee056eb 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -58,9 +58,17 @@ '(diff-refine-removed ((t (:foreground "orange" :inherit (diff-refine-changed))))) '(diff-changed ((t (:background "gray25")))) '(diff-refine-changed ((t (:weight bold)))) + '(term-color-black ((t (:foreground "black" :background "black")))) '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1")))) + '(term-color-cyan ((t (:foreground "cyan" :background "cyan")))) + '(term-color-green ((t (:foreground "green3" :background "green3")))) + '(term-color-magenta ((t (:foreground "maroon1" :background "maroon1")))) + '(term-color-red ((t (:foreground "red" :background "red")))) + '(term-color-white ((t (:foreground "white smoke" :background "white smoke")))) + '(term-color-yellow ((t (:foreground "gold" :background "gold")))) '(which-func ((t (:inherit (font-lock-function-name-face))))) '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier")))) + '(sh-heredoc ((t (:foreground "gold")))) '(erc-input-face ((t (:foreground "brown1")))) '(erc-my-nick-face ((t (:foreground "brown1" :weight bold)))) '(magit-section-highlight ((t (:inherit (highlight))))) -- cgit v1.2.3