solarized-emacs

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

commit c9d74c6d316aab68e1cb3ee7e58fa87fd31bec2b
parent b7c14117395f7be5f3b77a894c938fed0365193f
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Wed, 11 Feb 2015 18:20:34 +0100

Remove duplicate faces

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

diff --git a/solarized.el b/solarized.el @@ -1074,10 +1074,6 @@ customize the resulting theme." ((,class (:foreground ,yellow :background ,base02)))) `(info-menu ((,class (:foreground ,violet :background ,base02)))) - `(info-quoted-name - ((,class (:foreground ,green :inherit font-lock-string-face)))) - `(info-string - ((,class (:foreground ,cyan :inherit font-lock-string-face)))) `(info-single-quote ((,class (:foreground ,cyan :inherit font-lock-string-face)))) `(info-quoted-name @@ -1099,8 +1095,6 @@ customize the resulting theme." `(info-syntax-class-item ((,class (:foreground ,magenta :background ,base02)))) `(info-user-option-ref-item - ((,class (:foreground ,red :background ,base02)))) - `(info-user-option-ref-item ((,class (:foreground ,orange :background ,base02)))) ;;;;; jabber `(jabber-activity-face ((,class (:weight bold :foreground ,red)))) @@ -1228,7 +1222,6 @@ customize the resulting theme." `(ledger-font-posting-account-cleared-face ((t (:foreground ,base0)))) `(ledger-font-posting-account-pending-face ((t (:foreground ,yellow)))) `(ledger-font-posting-amount-face ((t (:foreground ,yellow)))) - `(ledger-font-posting-account-pending-face ((t (:foreground ,yellow)))) `(ledger-occur-narrowed-face ((t (:foreground ,base3 :invisible t)))) `(ledger-occur-xact-face ((t (:background ,base02)))) `(ledger-font-comment-face ((t (:foreground ,base01))))