summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2016-09-26 19:11:15 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2016-09-26 19:11:15 +0200
commit1edf256ee3f47bf98dc8b7a45ec8f2e1753db14e (patch)
treecce5f121d8ccb76c91fe2a0329ac085ec4d008b9 /eighters-theme.el
parentbdaa50f7190964fe0c7f720b4ced9ebe06471f86 (diff)
downloadeighters-theme-1edf256ee3f47bf98dc8b7a45ec8f2e1753db14e.tar.xz
Increase contrast on constants and ERC input
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index cefc293..bfc1681 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -11,7 +11,7 @@
'(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 "maroon2"))))
+ '(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))))
'(font-lock-keyword-face ((t (:foreground "cyan" :weight bold))))
@@ -57,6 +57,8 @@
'(diff-refine-changed ((t (:weight bold))))
'(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1"))))
'(which-func ((t (:inherit (font-lock-function-name-face)))))
- '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier")))))
+ '(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)))))
(provide-theme 'eighters)