mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add window divider
This commit is contained in:
parent
278dba2c68
commit
df23bfcd0c
2 changed files with 17 additions and 1 deletions
|
@ -17,6 +17,16 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
=package-status-available=, =package-status-dependency=,
|
=package-status-available=, =package-status-dependency=,
|
||||||
=package-status-installed=.
|
=package-status-installed=.
|
||||||
|
|
||||||
|
** ADDED Window divider faces
|
||||||
|
|
||||||
|
Add the Window Divider faces: =window-divider=,
|
||||||
|
=window-divider-first-pixel= and =window-divider-last-pixel=.
|
||||||
|
|
||||||
|
** ADDED Window divider settings
|
||||||
|
|
||||||
|
Enable =window-divider-mode= and set the
|
||||||
|
=window-divider-default-right-width= to ~1~.
|
||||||
|
|
||||||
** CHANGED the color of high-scoring unread mails in gnus
|
** CHANGED the color of high-scoring unread mails in gnus
|
||||||
|
|
||||||
** CHANGED the color of normal ticked mails in gnus
|
** CHANGED the color of normal ticked mails in gnus
|
||||||
|
|
|
@ -476,13 +476,19 @@
|
||||||
`(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))))
|
||||||
|
|
||||||
|
;;; Window dividers
|
||||||
|
`(window-divider ((t (:foreground ,bgdim))))
|
||||||
|
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
|
||||||
|
`(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(custom-theme-set-variables
|
(custom-theme-set-variables
|
||||||
'yoshi
|
'yoshi
|
||||||
`(fci-rule-color ,bgred)
|
`(fci-rule-color ,bgred)
|
||||||
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
|
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
|
||||||
,fgblue ,fgmagenta ,fgcyan ,fgdim])))
|
,fgblue ,fgmagenta ,fgcyan ,fgdim])
|
||||||
|
'(window-divider-mode t)
|
||||||
|
'(window-divider-default-right-width 1)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(and load-file-name
|
(and load-file-name
|
||||||
|
|
Loading…
Reference in a new issue