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:
parent
5769d2caa9
commit
4aa2a0d0c3
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Reference in a new issue