From 2a8454ba27763f50faa824499cf46a368c95c2ce Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 25 Sep 2016 19:31:53 +0200 Subject: Make fringe background *explicitly* identical to default background Otherwise if another theme (e.g. misterioso) is loaded before eighters, the fringe keeps the old theme's background. --- eighters-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index 720a060..e2383bf 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -4,7 +4,7 @@ (custom-theme-set-faces 'eighters '(default ((t (:background "gray22" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono")))) - '(fringe ((t (:foreground "grey50")))) + '(fringe ((t (:background "gray22" :foreground "grey50")))) '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) '(highlight ((t (:background "gray30")))) -- cgit v1.2.3