commit bdaa50f7190964fe0c7f720b4ced9ebe06471f86
parent 49fe86d4737448659202ca0ba83e4a1449fd3ed5
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 25 Sep 2016 19:32:38 +0200
Reduce contrast on region and constants
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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))))