From 7f0407d8082a27599c7767ad72f83d92bc1b03c8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 16 Jul 2014 11:04:02 +0100 Subject: [PATCH] Tweak fringe foreground color --- twilight-anti-bright-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilight-anti-bright-theme.el b/twilight-anti-bright-theme.el index 4106fe5..0abdd7c 100644 --- a/twilight-anti-bright-theme.el +++ b/twilight-anti-bright-theme.el @@ -112,7 +112,7 @@ ;; UI related `(link ((t (:foreground ,blue-1 :background ,blue-1bg)))) - `(fringe ((t (:background ,gray-1bg)))) + `(fringe ((t (:foreground ,comment :background3 ,gray-1bg)))) `(mode-line ((t (:foreground ,blue-1 :background ,blue-2bg)))) `(mode-line-inactive ((t (:foreground ,blue-4 :background ,gray-4)))) `(vertical-border ((t (:background ,background :foreground ,gray-5))))