From 1edf256ee3f47bf98dc8b7a45ec8f2e1753db14e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 26 Sep 2016 19:11:15 +0200 Subject: Increase contrast on constants and ERC input --- eighters-theme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eighters-theme.el b/eighters-theme.el index cefc293..bfc1681 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -11,7 +11,7 @@ '(region ((t (:background "steel blue" :foreground "white")))) '(font-lock-builtin-face ((t (:foreground "steelblue1" :weight bold)))) '(font-lock-comment-face ((t (:foreground "grey50" :slant italic)))) - '(font-lock-constant-face ((t (:foreground "maroon2")))) + '(font-lock-constant-face ((t (:foreground "maroon1")))) '(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) '(font-lock-function-name-face ((t (:foreground "steelblue1" :weight bold)))) '(font-lock-keyword-face ((t (:foreground "cyan" :weight bold)))) @@ -57,6 +57,8 @@ '(diff-refine-changed ((t (:weight bold)))) '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1")))) '(which-func ((t (:inherit (font-lock-function-name-face))))) - '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier"))))) + '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier")))) + '(erc-input-face ((t (:foreground "brown1")))) + '(erc-my-nick-face ((t (:foreground "brown1" :weight bold))))) (provide-theme 'eighters) -- cgit v1.2.3