mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Revert "Switch the fill-column indicator to the brightest background color"
This reverts commit cf5f8d0759
.
This commit is contained in:
parent
b36ef209b7
commit
14a65cdb72
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
||||||
`(eshell-ls-unreadable ((t (:foreground ,fgred))))
|
`(eshell-ls-unreadable ((t (:foreground ,fgred))))
|
||||||
`(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified))))
|
`(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified))))
|
||||||
|
|
||||||
`(fill-column-indicator ((t (:foreground ,yoshi-3 :inherit unspecified))))
|
`(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified))))
|
||||||
|
|
||||||
;;; Flycheck
|
;;; Flycheck
|
||||||
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
||||||
|
|
Loading…
Reference in a new issue