1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Switch the fill-column indicator to the brightest background color

This commit is contained in:
Tom Willemse 2020-12-15 18:24:15 -08:00
parent 7db8f5bdf1
commit cf5f8d0759

View file

@ -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)))))