From 731b5c8f368a7fdd37e0ca261ef6f0509e9cdcd1 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 19 Aug 2017 01:59:37 +0100 Subject: [PATCH] Remove fringe clutter and set bg for active mode-line --- havoc-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/havoc-theme.el b/havoc-theme.el index 6a42698..b6b20db 100644 --- a/havoc-theme.el +++ b/havoc-theme.el @@ -144,11 +144,11 @@ `(font-lock-warning-face ((t (:foreground, *warning*)))) ;; GUI - `(fringe ((t (:foreground, *normal* :background, *fringe*)))) + `(fringe ((t (:foreground, *normal* :background, *bg-1*)))) `(header-line ((t (:background, *fringe* :foreground, *normal*)))) ;; info header `(linum ((t (:foreground, *line-number* :background, *vertical-border*)))) `(minibuffer-prompt ((t (:inherit bold :foreground, *variable*)))) - `(mode-line ((t (:background, *mode-line-bg* :foreground, *mode-line-fg*)))) + `(mode-line ((t (:background, *cyan-bg* :foreground, *mode-line-fg*)))) `(mode-line-inactive ((t (:background, *mode-line-bg* :foreground, *mode-line-inactive*)))) `(cursor ((t (:background, *cursor-block*)))) `(text-cursor ((t (:background, *cursor-underscore*))))