diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-02-04 14:10:33 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-02-04 14:23:09 +0100 |
| commit | 696d54d3f91556371462067fed100cb7bb9f7a00 (patch) | |
| tree | 8f78614fd3a10b105cb0d44c8bb7e324475d1b67 | |
| parent | 6d0eb97ada48168e9f691ef5e3ac92414db24e94 (diff) | |
| download | eighters-theme-696d54d3f91556371462067fed100cb7bb9f7a00.tar.xz | |
Make background darker; stop customizing mode-line
Reduce highlighting; synchronize magit-section-highlight with highlight.
| -rw-r--r-- | eighters-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index e17c8db..3b59be5 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -3,11 +3,11 @@ (custom-theme-set-faces 'eighters - '(default ((t (:background "gray22" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono")))) + '(default ((t (:background "gray20" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono")))) '(fringe ((t (:foreground "grey50")))) '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) - '(highlight ((t (:background "gray30")))) + '(highlight ((t (:background "gray25")))) '(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)))) @@ -27,7 +27,6 @@ '(isearch-fail ((t (:background "red2")))) '(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan")))) '(match ((t (:background "royalblue3")))) - '(mode-line ((t (:background "grey11" :foreground "white smoke" :box (:line-width -1 :style released-button))))) '(compilation-mode-line-exit ((t (:background "green" :foreground "black" :weight bold)))) '(compilation-mode-line-fail ((t (:background "red" :foreground "black" :weight bold)))) '(compilation-mode-line-run ((t (:background "gold" :foreground "black" :weight bold)))) @@ -60,6 +59,7 @@ '(which-func ((t (:inherit (font-lock-function-name-face))))) '(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))))) + '(erc-my-nick-face ((t (:foreground "brown1" :weight bold)))) + '(magit-section-highlight ((t (:inherit (highlight)))))) (provide-theme 'eighters) |
