From f8728e2adcdb9261ca20c95be591c9f62f333904 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 26 May 2017 15:00:12 +0200 Subject: Add sx support --- zenburn-theme.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'zenburn-theme.el') 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)))) -- cgit v1.2.3