aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el4
1 files changed, 4 insertions, 0 deletions
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)))))
)