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))))