summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2017-02-07 07:41:03 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2017-02-13 18:55:25 +0100
commit2c09c7d69ff24eecc782ba2a860430af1d0b80bc (patch)
treeff509c4b438291e125b05810fbb41e0571eed7f2
parentf28b667c3e1117b5eb9f1d4f11d71a451b910003 (diff)
downloadeighters-theme-2c09c7d69ff24eecc782ba2a860430af1d0b80bc.tar.xz
Make mode-line in current frame more noticeable
Also: - emulate the "white on grey" buffer ID from the console - reduce the contrast on vertical borders - make header line more prominent Could be worth defining a single symbol to reuse for vertical-border, fringe and comments.
-rw-r--r--eighters-theme.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index e762aa2..b3fb153 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -28,10 +28,11 @@
'(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan"))))
'(match ((t (:background "royalblue3"))))
'(error ((t (:foreground "red" :weight bold))))
- '(header-line ((t (:box (:line-width 2 :style released-button)))))
- '(mode-line ((t (:box (:line-width 2 :style released-button) :inverse-video t))))
+ '(header-line ((t (:box (:line-width 3 :style released-button)))))
+ '(mode-line ((t (:foreground "grey" :box (:line-width 3 :style released-button) :inverse-video t))))
'(mode-line-inactive ((t (:box nil :inherit (mode-line)))))
- '(mode-line-buffer-id ((t (:weight bold))))
+ '(mode-line-buffer-id ((t (:foreground "white smoke" :weight bold))))
+ '(vertical-border ((t (:foreground "grey50"))))
'(ediff-even-diff-A ((t (:background "gray25"))))
'(ediff-odd-diff-A ((t (:background "gray25"))))
'(ediff-even-diff-B ((t (:background "gray25"))))