branch: externals/doric-themes
commit 5661c88713c5b11fcddbda6508ae6ef2f025f50d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make some more faces use the 'border' colour
---
 doric-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 47665badae..ee10322e9d 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1268,9 +1268,9 @@ is either the `dark' or `light' symbol."
             `(error ((t :foreground ,fg-faint-red)))
             `(warning ((t :foreground ,fg-faint-yellow)))
             `(success ((t :foreground ,fg-faint-green)))
-            `(internal-border ((t :foreground ,bg-shadow-subtle)))
-            `(vertical-border ((t :foreground ,bg-shadow-subtle)))
-            `(separator-line ((t :underline ,fg-shadow-subtle)))
+            `(internal-border ((t :foreground ,border)))
+            `(vertical-border ((t :foreground ,border)))
+            `(separator-line ((t :underline ,border)))
             `(scroll-bar ((t :background ,bg-main :foreground ,border)))
             `(fill-column-indicator ((t :foreground ,bg-shadow-intense)))
             `(tooltip ((t :background ,bg-accent :foreground ,fg-accent)))

Reply via email to