From e015cb91b2eff7ab0b10f4baa1315179409cb89b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 20 Dec 2022 17:32:50 -0500 Subject: [PATCH] Add face definition for fill-column-indicator --- adwaita-dark-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 5c98d6d..77e8d21 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -164,6 +164,7 @@ `(tooltip ((,class (:background ,base-3 :foreground ,fg)))) `(secondary-selection ((,class (:background ,gray)))) `(lazy-highlight ((,class (:background ,dark-blue :foreground ,base-8 :distant-foreground ,base-0 :weight bold)))) + `(fill-column-indicator ((,class (:foreground ,base-3)))) `(match ((,class (:background ,base-0 :foreground ,green :weight bold)))) `(trailing-whitespace ((,class (:background ,red)))) `(nobreak-space ((,class (:inherit 'default :underline nil))))