diff --git a/zerodark-theme.el b/zerodark-theme.el index 0d25e02..82d90f2 100644 --- a/zerodark-theme.el +++ b/zerodark-theme.el @@ -234,8 +234,8 @@ The result is cached for one second to avoid hiccups." ;; Highlighting faces `(fringe ((,class (:background ,background)))) - `(border ((,class (:foreground ,mode-line-inactive)))) - `(vertical-border ((,class (:foreground ,mode-line-inactive)))) + `(border ((,class (:foreground ,background-lighter)))) + `(vertical-border ((,class (:foreground ,background-lighter)))) `(highlight ((,class (:background ,highlight :foreground ,default :underline nil)))) `(region ((,class (:background ,highlight :foreground ,default)))) `(secondary-selection ((,class (:background ,highlight :foreground ,default))))