solarized-emacs

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

commit a8c13920a90e98352ef113a74230c439445b50b5
parent 4dc07c56c5e623d7e5f5059e4fdb8935f878cec9
Author: myuhe <yuhei.maeda@gmail.com>
Date:   Thu, 20 Mar 2014 00:29:34 +0900

Add info+ face.

See http://www.emacswiki.org/info+.el

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

diff --git a/solarized.el b/solarized.el @@ -917,6 +917,49 @@ customize the resulting theme." `(ido-indicator ((,class (:background ,red :foreground ,base03 :width condensed)))) `(ido-virtual ((,class (:foreground ,cyan)))) + ;;info+ + `(info-file + ((,class (:foreground ,yellow-lc :background ,(if (eq variant 'light) base02 base2))))) + `(info-menu + ((,class (:foreground ,yellow-lc :background ,(if (eq variant 'light) base02 base2))))) + `(info-quoted-name + ((,class (:foreground ,green-lc :inherit font-lock-string-face)))) + `(info-string + ((,class (:foreground ,orange-lc :inherit font-lock-string-face)))) + `(info-single-quote + ((,class (:foreground ,red-lc :inherit font-lock-string-face)))) + `(info-quoted-name + ((,class (:foreground ,violet-lc :inherit font-lock-string-face)))) + `(info-string + ((,class (:foreground ,orange-lc :inherit font-lock-string-face)))) + `(info-title-1 + ((,class (:foreground ,red-hc :weight bold)))) + `(info-title-2 + ((,class (:foreground ,blue-lc :weight bold)))) + `(info-title-3 + ((,class (:weight bold)))) + `(info-title-4 + ((,class (:weight bold)))) + `(info-command-ref-item + ((,class (:foreground ,green-lc :background ,(if (eq variant 'light) base02 base2))))) + `(info-constant-ref-item + ((,class (:foreground ,red-hc :background ,(if (eq variant 'light) base02 base2))))) + `(info-function-ref-item + ((,class (:foreground ,cyan-l :background ,(if (eq variant 'light) base02 base2))))) + `(info-macro-ref-item + ((,class (:foreground ,green-hc :background ,(if (eq variant 'light) base02 base2))))) + `(info-reference-item + ((,class (:background ,(if (eq variant 'light) base02 base2))))) + `(info-special-form-ref-item + ((,class (:foreground ,magenta-hc :background ,(if (eq variant 'light) base02 base2))))) + `(info-syntax-class-item + ((,class (:foreground ,magenta-lc :background ,(if (eq variant 'light) base2 base02))))) + `(info-user-option-ref-item + ((,class (:foreground ,red-hc :background ,(if (eq variant 'light) base02 base2))))) + `(info-user-option-ref-item + ((,class (:foreground ,orange-hc :background ,(if (eq variant 'light) base02 base2))))) + + ;;jabber `(jabber-activity-face ((,class (:weight bold :foreground ,red)))) `(jabber-activity-personal-face ((,class (:weight bold :foreground ,blue)))) `(jabber-chat-error ((,class (:weight bold :foreground ,red))))