diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-19 13:45:30 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-19 13:45:30 +0100 |
commit | 48887789f077b0a9d810f6c9dc9694899d873514 (patch) | |
tree | 8e02f876e3547da91e12ffa3348ccc71284d79f8 /sx-question-print.el | |
parent | 331c257711913027e277941a4b3b815e99d19244 (diff) |
Improve some faces
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index d76a6df..3dcb4ae 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -139,7 +139,10 @@ the editor's name." :group 'sx-question-mode) (defface sx-question-mode-accepted - '((t :foreground "ForestGreen" :inherit sx-question-mode-title)) + '((((background dark)) :foreground "LimeGreen" + :height 1.3 :inherit sx-question-mode-title) + (((background light)) :foreground "ForestGreen" + :height 1.3 :inherit sx-question-mode-title)) "Face used for accepted answers in the question buffer." :group 'sx-question-mode-faces) |