diff options
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |
