From 25ad204a65d21dc6ec9f652084e776b44591933b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 10 May 2015 04:41:58 -0400 Subject: [PATCH] Brighter inactive/active modeline --- themes/v0-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/v0-theme.el b/themes/v0-theme.el index 6c206447d..84a527549 100644 --- a/themes/v0-theme.el +++ b/themes/v0-theme.el @@ -33,7 +33,7 @@ (linum "#1e262c") ; (background "#11141c") ; (gutters "#343d46") - ; (gutter-fg "#65737e") + (gutter-light "#434f58") ; (gutters-active "#4f5b66") (builtin "#d08770") (foreground "#c0c5ce") @@ -73,13 +73,13 @@ `(vertical-border ((t (:foreground ,gutters-active) ))) `(mode-line ((t (:foreground ,white - :background ,gutters-active - :box (:line-width 3 :color ,gutters-active) + :background ,gutter-light + :box (:line-width 3 :color ,gutter-light) )))) `(mode-line-inactive ((t (:foreground ,gutter-fg - :background ,background - :box (:line-width 3 :color ,gutters) + :background ,gutters-active + :box (:line-width 3 :color ,gutters-active) )))) `(mode-line-modified-face ((t (:foreground ,builtin))))