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

    Tweak the foreground of the fringe face
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index f72f27dad2..ab3479e476 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -702,7 +702,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     font-lock-negation-char-face
     font-lock-number-face
     font-lock-punctuation-face
-    fringe
     gnus-header-content
     gnus-server-opened
     gnus-summary-high-undownloaded
@@ -1286,6 +1285,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
            (custom-theme-set-faces
             ',name
             `(default ((t :background ,bg-main :foreground ,fg-main)))
+            `(fringe ((t :background unspecified :foreground ,fg-accent)))
             `(cursor ((t :background ,cursor)))
 
             '(bold ((t :weight bold)))

Reply via email to