From 4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Jun 2021 22:44:44 -0700 Subject: Use a gray for ‘fill-column-indicator’ The background red color looks too dark and the foreground one too bright. --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index fe72070..9707338 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -196,7 +196,7 @@ `(eshell-ls-unreadable ((t (:foreground ,fgred)))) `(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified)))) - `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified)))) + `(fill-column-indicator ((t (:foreground ,yoshi-2 :inherit unspecified)))) ;; Flycheck `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) -- cgit v1.3-2-g0d8e