eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 2a8454ba27763f50faa824499cf46a368c95c2ce
parent 9747a18f6b642cbe803c29a0dfb29e12753de1c0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 25 Sep 2016 19:31:53 +0200

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.

Diffstat:
Meighters-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"))))