eighters-theme

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

commit 6d0eb97ada48168e9f691ef5e3ac92414db24e94
parent 905fe0496ade863c6d7b332be43d9e04a089cc15
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 13 Jan 2017 18:18:31 +0100

(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.

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 (:background "gray22" :foreground "grey50")))) + '(fringe ((t (:foreground "grey50")))) '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) '(highlight ((t (:background "gray30"))))