emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 9fc4c9d396 196/336: Use the border color f


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 9fc4c9d396 196/336: Use the border color for the vertical border.
Date: Fri, 14 Jan 2022 10:59:35 -0500 (EST)

branch: elpa/spacemacs-theme
commit 9fc4c9d39651e19608c53ecaf4970999b50d8136
Author: Steven Allen <steven@stebalien.com>
Commit: Steven Allen <steven@stebalien.com>

    Use the border color for the vertical border.
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 761c6ce27e..6d998ba455 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -181,7 +181,7 @@
      `(shadow ((,class (:foreground ,base-dim))))
      `(success ((,class (:foreground ,suc))))
      `(tooltip ((,class (:background ,ttip-sl :foreground ,base :bold nil 
:italic nil :underline nil))))
-     `(vertical-border ((,class (:foreground ,bg4))))
+     `(vertical-border ((,class (:foreground ,border))))
      `(warning ((,class (:foreground ,war))))
 
 ;;;;; ahs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]