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

fix: Make the black color in vterm stand out from the background

The black color is used, for one, for predictive completion in zsh and fish. For
some reason, without this change, the color doesn't show up at all in ‘vterm’,
even though it works fine in ‘term’.
This commit is contained in:
Tom Willemse 2023-02-24 23:40:43 -08:00
parent 59cf53110e
commit ba9427329a

View file

@ -564,6 +564,9 @@
`(rpm-spec-ghost-face ((t (:foreground ,fgred))))
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
;; vterm
`(vterm-color-black ((t (:background ,yoshi-2 :inherit term-color-black))))
;; Window dividers
`(window-divider ((t (:foreground ,yoshi-2))))
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))