diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2015-11-19 07:26:09 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2015-11-19 07:26:09 +0100 |
| commit | 94c28ae2a42ac2ca6ce869584bc8c4435aa37f04 (patch) | |
| tree | fea61646f91cde3a6e14f2bf4ffee6adba9cb338 /eighters-theme.el | |
| parent | 79703dbb5b153e7df52dfb38c96cbedc26ee033b (diff) | |
| download | eighters-theme-94c28ae2a42ac2ca6ce869584bc8c4435aa37f04.tar.xz | |
Tweak gray stuff
* make highlight lighter
* make comments gray (yet another thing stolen from tangotango)
* move "default" face to top of file
Diffstat (limited to 'eighters-theme.el')
| -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 05bbf5b..cfb5a27 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -3,13 +3,14 @@ (custom-theme-set-faces 'eighters + '(default ((t (:background "gray22" :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 "gray25")))) + '(highlight ((t (:background "gray30")))) '(region ((t (:background "blue" :foreground "white")))) '(font-lock-builtin-face ((t (:foreground "steelblue1" :weight bold)))) - '(font-lock-comment-face ((t (:foreground "red1" :slant italic)))) + '(font-lock-comment-face ((t (:foreground "grey50" :slant italic)))) '(font-lock-constant-face ((t (:foreground "magenta")))) '(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) '(font-lock-function-name-face ((t (:foreground "steelblue1" :weight bold)))) @@ -53,7 +54,6 @@ '(diff-refine-removed ((t (:foreground "orange" :inherit (diff-refine-changed))))) '(diff-changed ((t (:background "gray25")))) '(diff-refine-changed ((t (:weight bold)))) - '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1")))) - '(default ((t (:background "gray22" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono"))))) + '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1"))))) (provide-theme 'eighters) |
