From 4aa2a0d0c3e3b7c408d680df8cc5ede53c18e923 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Jun 2021 22:44:44 -0700 Subject: [PATCH] =?UTF-8?q?Use=20a=20gray=20for=20=E2=80=98fill-column-ind?= =?UTF-8?q?icator=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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)))))