From 14a65cdb72f26bf9283b9bb90655218b173c6e5d Mon Sep 17 00:00:00 2001 From: Tom Willemse <tom@ryuslash.org> Date: Thu, 17 Dec 2020 23:19:30 -0800 Subject: [PATCH] Revert "Switch the fill-column indicator to the brightest background color" This reverts commit cf5f8d07593fbce549aabfa67a4519d8976759b4. --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index c64b791..d0a1e78 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -177,7 +177,7 @@ `(eshell-ls-unreadable ((t (:foreground ,fgred)))) `(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified)))) - `(fill-column-indicator ((t (:foreground ,yoshi-3 :inherit unspecified)))) + `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified)))) ;;; Flycheck `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))