From bdaa50f7190964fe0c7f720b4ced9ebe06471f86 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 25 Sep 2016 19:32:38 +0200 Subject: Reduce contrast on region and constants --- eighters-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index e2383bf..cefc293 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -8,10 +8,10 @@ '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) '(highlight ((t (:background "gray30")))) - '(region ((t (:background "blue" :foreground "white")))) + '(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 "magenta")))) + '(font-lock-constant-face ((t (:foreground "maroon2")))) '(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)))) -- cgit v1.2.3