aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-20 23:45:07 +0100
committerGravatar Tom Willemse2014-01-20 23:45:07 +0100
commit89ab0eb60106bb3a42463b306945b225247b1eb4 (patch)
tree7cdece001c7c291f704ab410234a787619217173
parent63c110897bdcb85ff21560d3c76d073312b91921 (diff)
downloadyoshi-theme-89ab0eb60106bb3a42463b306945b225247b1eb4.tar.gz
yoshi-theme-89ab0eb60106bb3a42463b306945b225247b1eb4.zip
Add widget-* faces
-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)))))
)