1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Fix window-divider color

This commit is contained in:
Tom Willemse 2017-03-07 09:06:10 -08:00
parent c76b1659a8
commit 7ab8df0bd6

View file

@ -481,7 +481,7 @@
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t)))) `(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
;;; Window dividers ;;; Window dividers
`(window-divider ((t (:foreground ,bgdim)))) `(window-divider ((t (:foreground ,bgbright))))
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider)))) `(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
`(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider)))) `(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider))))
) )