1
0
Fork 0
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:
Tom Willemse 2014-01-20 23:45:07 +01:00
parent 63c110897b
commit 89ab0eb601

View file

@ -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)))))
)