From 6d0eb97ada48168e9f691ef5e3ac92414db24e94 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 13 Jan 2017 18:18:31 +0100 Subject: (m) Remove fringe workaround I could add a comment in there to explain why the fringe's background needs to be set explicitly, but whatever. My dotfiles are the one place where I don't have to keep cruft if I don't want to. --- eighters-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index 8fdf911..e17c8db 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 (:background "gray22" :foreground "grey50")))) + '(fringe ((t (:foreground "grey50")))) '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) '(highlight ((t (:background "gray30")))) -- cgit v1.2.3