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

Use a gray for ‘fill-column-indicator’

The background red color looks too dark and the foreground one too bright.
This commit is contained in:
Tom Willemse 2021-06-22 22:44:44 -07:00
parent 5769d2caa9
commit 4aa2a0d0c3
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

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