summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2017-11-13 21:42:05 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2017-11-13 21:42:05 +0100
commit539a38ba9b67d0daf933c7b55b47b93d704ed7e8 (patch)
treec14965647c8bbf5b0a76c8a365c9439d214546aa
parent7269ee98bee673e35ab0079ce20f4f10e45a0796 (diff)
downloadeighters-theme-539a38ba9b67d0daf933c7b55b47b93d704ed7e8.tar.xz
Make spelling of "gray" homogeneous
-rw-r--r--eighters-theme.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index dc3cf16..53b0c7b 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -4,13 +4,13 @@
(custom-theme-set-faces
'eighters
'(default ((t (:background "gray20" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono"))))
- '(fringe ((t (:foreground "grey50"))))
+ '(fringe ((t (:foreground "gray50"))))
'(escape-glyph ((t (:foreground "red1"))))
'(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold))))
'(highlight ((t (:background "gray25"))))
- '(region ((t (:background "steel blue" :foreground "white"))))
+ '(region ((t (:background "steel blue" :foreground "white smoke"))))
'(font-lock-builtin-face ((t (:foreground "steelblue1" :weight bold))))
- '(font-lock-comment-face ((t (:foreground "grey50" :slant italic))))
+ '(font-lock-comment-face ((t (:foreground "gray50" :slant italic))))
'(font-lock-constant-face ((t (:foreground "maroon1"))))
'(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
'(font-lock-function-name-face ((t (:foreground "steelblue1" :weight bold))))
@@ -31,9 +31,9 @@
'(error ((t (:foreground "red" :weight bold))))
'(header-line ((t (:box (:line-width 3 :style released-button)))))
'(mode-line ((t (:inverse-video t))))
- '(mode-line-inactive ((t (:foreground "grey70" :background "grey25" :inherit (mode-line)))))
+ '(mode-line-inactive ((t (:foreground "gray70" :background "gray25" :inherit (mode-line)))))
'(mode-line-buffer-id ((t (:weight bold))))
- '(vertical-border ((t (:foreground "grey50"))))
+ '(vertical-border ((t (:foreground "gray50"))))
'(ediff-even-diff-A ((t (:background "gray25"))))
'(ediff-odd-diff-A ((t (:background "gray25"))))
'(ediff-even-diff-B ((t (:background "gray25"))))
@@ -71,7 +71,7 @@
'(erc-input-face ((t (:foreground "brown1"))))
'(erc-my-nick-face ((t (:foreground "brown1" :weight bold))))
'(magit-section-highlight ((t (:inherit (highlight)))))
- '(magit-diff-context-highlight ((t (:foreground "grey70" :inherit (magit-section-highlight))))))
+ '(magit-diff-context-highlight ((t (:foreground "gray70" :inherit (magit-section-highlight))))))
(custom-theme-set-variables 'eighters
'(ansi-color-names-vector