diff options
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)))) |
