diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-09-25 19:32:38 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-09-25 19:32:38 +0200 |
| commit | bdaa50f7190964fe0c7f720b4ced9ebe06471f86 (patch) | |
| tree | 5dfe45188dd2dfb25ca15227a022a0105ec2f049 /eighters-theme.el | |
| parent | 49fe86d4737448659202ca0ba83e4a1449fd3ed5 (diff) | |
| download | eighters-theme-bdaa50f7190964fe0c7f720b4ced9ebe06471f86.tar.xz | |
Reduce contrast on region and constants
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)))) |
