mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Fix window-divider color
This commit is contained in:
parent
c76b1659a8
commit
7ab8df0bd6
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@
|
|||
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
|
||||
|
||||
;;; Window dividers
|
||||
`(window-divider ((t (:foreground ,bgdim))))
|
||||
`(window-divider ((t (:foreground ,bgbright))))
|
||||
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
|
||||
`(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider))))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue