summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-05-26 15:00:12 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-10-10 15:41:09 +0300
commitf8728e2adcdb9261ca20c95be591c9f62f333904 (patch)
tree00f9df0ce5402ddf80832073cf9fda892770ba13 /zenburn-theme.el
parent38688d888af35ff14a177d98a96bcf7149695a4b (diff)
Add sx support
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index e01007c..49418e4 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1226,6 +1226,20 @@ Also bind `class' to ((class color) (min-colors 89))."
`(speedbar-selected-face ((t (:foreground ,zenburn-red))))
`(speedbar-separator-face ((t (:foreground ,zenburn-bg :background ,zenburn-blue-1))))
`(speedbar-tag-face ((t (:foreground ,zenburn-yellow))))
+;;;;; sx
+ `(sx-custom-button
+ ((t (:background ,zenburn-fg :foreground ,zenburn-bg-1
+ :box (:line-width 3 :style released-button) :height 0.9))))
+ `(sx-question-list-answers
+ ((t (:foreground ,zenburn-green+3
+ :height 1.0 :inherit sx-question-list-parent))))
+ `(sx-question-mode-accepted
+ ((t (:foreground ,zenburn-green+3
+ :height 1.3 :inherit sx-question-mode-title))))
+ '(sx-question-mode-content-face ((t (:inherit highlight))))
+ `(sx-question-mode-kbd-tag
+ ((t (:box (:color ,zenburn-bg-1 :line-width 3 :style released-button)
+ :height 0.9 :weight semi-bold))))
;;;;; tabbar
`(tabbar-button ((t (:foreground ,zenburn-fg
:background ,zenburn-bg))))