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:
parent
59cf53110e
commit
ba9427329a
1 changed files with 3 additions and 0 deletions
|
@ -564,6 +564,9 @@
|
||||||
`(rpm-spec-ghost-face ((t (:foreground ,fgred))))
|
`(rpm-spec-ghost-face ((t (:foreground ,fgred))))
|
||||||
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
|
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
|
||||||
|
|
||||||
|
;; vterm
|
||||||
|
`(vterm-color-black ((t (:background ,yoshi-2 :inherit term-color-black))))
|
||||||
|
|
||||||
;; Window dividers
|
;; Window dividers
|
||||||
`(window-divider ((t (:foreground ,yoshi-2))))
|
`(window-divider ((t (:foreground ,yoshi-2))))
|
||||||
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
|
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
|
||||||
|
|
Loading…
Reference in a new issue