solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 627beb8bfc55b44aceb95ecd2f7ef7a94e318e01
parent 854ef9ec5bf3e854eb58770f8d9002f329c2a191
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 21 Apr 2015 12:16:57 +0200

Add colors for sx-mode (WIP)

This did not go as smooth as I had hoped so the WIP will have to do for now..

Related issue: https://github.com/vermiculus/sx.el/issues/285

Diffstat:
Msolarized.el | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1680,6 +1680,37 @@ customize the resulting theme." `(show-paren-mismatch ((,class (:foreground ,base02 :background ,red :weight ,s-maybe-bold)))) + +;;;;; sx (WIP) + ;; `(sx-custom-button ((,class (:background "lightgrey" :foreground "black" :box (:line-width 3 :style released-button) :height 0.9)))) + `(sx-question-list-answers ((,class (:inherit sx-question-list-parent :foreground ,green :height 1.0)))) + `(sx-question-list-answers-accepted ((,class (:inherit sx-question-list-answers :weight bold :underline t)))) + `(sx-question-list-bounty ((,class (:inherit font-lock-warning-face)))) + `(sx-question-list-date ((,class (:inherit font-lock-comment-face)))) + `(sx-question-list-favorite ((,class (:inherit sx-question-list-score-upvoted)))) + `(sx-question-list-parent ((,class (:inherit default)))) + `(sx-question-list-read-question ((,class (:inherit sx-question-list-parent :height 1.0)))) + `(sx-question-list-score ((,class (:inherit sx-question-list-parent :height 1.0)))) + `(sx-question-list-score-upvoted ((,class (:inherit sx-question-list-score :weight bold)))) + `(sx-question-list-unread-question ((,class (:inherit sx-question-list-read-question :weight bold)))) + `(sx-question-mode-accepted ((,class (:inherit sx-question-mode-title :foreground ,green :height 1.3)))) + `(sx-question-mode-closed ((,class (:inherit font-lock-warning-face :box 2)))) + `(sx-question-mode-closed-reason ((,class (:inherit sx-question-mode-title :box (:line-width 2 :color ,orange))))) + `(sx-question-mode-content-face ((,class (:background unspecified)))) + `(sx-question-mode-date ((,class (:inherit font-lock-string-face)))) + `(sx-question-mode-header ((,class (:inherit message-header-name :weight normal)))) + ;; `(sx-question-mode-kbd-tag ((,class (:box (:line-width 3 :style released-button :color "gray70") :weight semibold :height 0.9)))) + `(sx-question-mode-score ((,class nil))) + `(sx-question-mode-score-downvoted ((,class (:inherit (font-lock-warning-face sx-question-mode-score))))) + `(sx-question-mode-score-upvoted ((,class (:inherit (font-lock-function-name-face sx-question-mode-score) :weight bold)))) + `(sx-question-mode-sub-sup-tag ((,class (:height 0.7)))) + `(sx-question-mode-title ((,class (:inherit default :weight bold)))) + `(sx-question-mode-title-comments ((,class (:inherit sx-question-mode-title)))) + `(sx-tag ((,class (:foreground ,base0)))) + `(sx-user-accept-rate ((,class nil))) + `(sx-user-name ((,class (:inherit font-lock-builtin-face)))) + `(sx-user-reputation ((,class (:inherit font-lock-comment-face)))) + ;;;;; syslog-mode `(syslog-ip ((,class (:background unspecified :foreground ,green