diff --git a/yoshi-theme.el b/yoshi-theme.el index 5514626..f1cedf6 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -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))))) )