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

    Add support for fill-column-indicator
---
 doric-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doric-themes.el b/doric-themes.el
index a38c01f482..526c9b32ca 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -799,6 +799,7 @@
     dired-broken-symlink
     dired-flagged
     error
+    fill-column-indicator
     fixed-pitch
     fixed-pitch-serif
     font-lock-comment-delimiter-face
@@ -963,6 +964,7 @@
             `(internal-border ((t :foreground ,bg-shadow-subtle)))
             `(vertical-border ((t :foreground ,bg-shadow-subtle)))
             `(separator-line ((t :underline ,fg-shadow-subtle)))
+            `(fill-column-indicator ((t :foreground ,bg-shadow-intense)))
             `(tooltip ((t :background ,bg-accent :foreground ,fg-accent)))
 
             `(ansi-color-bright-black ((t :background "gray30" :foreground 
"gray30")))

Reply via email to