From cf5f8d07593fbce549aabfa67a4519d8976759b4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Dec 2020 18:24:15 -0800 Subject: [PATCH] Switch the fill-column indicator to the brightest background color --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 9fdb7bf..efa5eaf 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -177,7 +177,7 @@ `(eshell-ls-unreadable ((t (:foreground ,fgred)))) `(eshell-prompt ((t (:foreground ,fgbright :weight unspecified)))) - `(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified)))) + `(fill-column-indicator ((t (:foreground ,yoshi-3 :inherit unspecified)))) ;;; Flycheck `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))