mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add widget-* faces
This commit is contained in:
parent
63c110897b
commit
89ab0eb601
1 changed files with 4 additions and 0 deletions
|
@ -276,6 +276,10 @@
|
|||
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
||||
`(warning ((t (:foreground ,fgorange :weight unspecified))))
|
||||
`(which-func ((t (:foreground ,fgblue))))
|
||||
`(widget-button ((t (:inherit button))))
|
||||
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
|
||||
`(widget-documentation ((t (:inherit font-lock-doc-face))))
|
||||
`(widget-field ((t (:background ,bgblue :box (:color ,bgblue :line-width 2)))))
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue