solarized-emacs

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

commit 713899ea233a6f606a4884fd1ecf9920bdfd657b
parent 55507e1fc67442cda29a9eaeb68a06983c31e094
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 13 May 2014 21:29:07 +0200

fix info faces

- separated info and info+ faces
- added missing info faces

Diffstat:
Msolarized.el | 30++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -992,29 +992,35 @@ customize the resulting theme." `(ido-indicator ((,class (:background ,red :foreground ,base03 :width condensed)))) `(ido-virtual ((,class (:foreground ,cyan)))) - ;;info+ + ;; info + `(info-title-1 ((,class (:foreground ,base1 :weight bold)))) + `(info-title-2 ((,class (:foreground ,base1 :weight bold)))) + `(info-title-3 ((,class (:weight bold)))) + `(info-title-4 ((,class (:weight bold)))) + `(info-node ((,class (:foreground ,base1 :slant italic :weight bold)))) + `(info-header-node ((,class (:inherit info-node)))) + `(info-header-xref ((,class (:inherit info-xref)))) + `(info-index-match ((,class (:inherit match)))) + `(info-menu-header ((,class (:inherit variable-pitch :weight bold)))) + `(info-menu-star ((,class (:foreground ,orange)))) + `(info-xref ((,class (:inherit link)))) + `(info-xref-visited ((,class (:inherit (link-visited info-xref))))) + + ;; info+ `(info-file ((,class (:foreground ,yellow :background ,base02)))) `(info-menu - ((,class (:foreground ,yellow :background ,base02)))) + ((,class (:foreground ,violet :background ,base02)))) `(info-quoted-name ((,class (:foreground ,green :inherit font-lock-string-face)))) `(info-string - ((,class (:foreground ,orange :inherit font-lock-string-face)))) + ((,class (:foreground ,cyan :inherit font-lock-string-face)))) `(info-single-quote - ((,class (:foreground ,red :inherit font-lock-string-face)))) + ((,class (:foreground ,cyan :inherit font-lock-string-face)))) `(info-quoted-name ((,class (:foreground ,orange :inherit font-lock-string-face)))) `(info-string ((,class (:foreground ,blue :inherit font-lock-string-face)))) - `(info-title-1 - ((,class (:foreground ,red :weight bold)))) - `(info-title-2 - ((,class (:foreground ,blue :weight bold)))) - `(info-title-3 - ((,class (:weight bold)))) - `(info-title-4 - ((,class (:weight bold)))) `(info-command-ref-item ((,class (:foreground ,green :background ,base02)))) `(info-constant-ref-item