commit 64d9a546084ae7a01fce02d185b0d17cbce545e0
parent b7c14117395f7be5f3b77a894c938fed0365193f
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Wed, 11 Feb 2015 19:35:29 +0200
Merge pull request #155 from baskerville/master
Remove duplicate faces
Diffstat:
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))))