solarized-emacs

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

commit fac22c8879533ff66e7fc377c62dac2228fa745d
parent 92ee5a5156501628fcb5b937adaef5e8bc2e385e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 18 Sep 2013 10:04:08 +0200

Don't specify bg for ahs faces.

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

diff --git a/solarized.el b/solarized.el @@ -409,10 +409,10 @@ customize the resulting theme." `(ac-yasnippet-selection-face ((,class (:background ,yellow-lc :foreground ,yellow-hc)))) ;; auto highlight symbol - `(ahs-definition-face ((,class (:foreground ,magenta :background ,solarized-bg + `(ahs-definition-face ((,class (:foreground ,magenta :background unspecified :slant normal)))) `(ahs-edit-mode-face ((,class (:foreground ,solarized-bg :background ,magenta)))) - `(ahs-face ((,class (:foreground ,magenta :background ,solarized-bg)))) + `(ahs-face ((,class (:foreground ,magenta :background unspecified)))) `(ahs-plugin-bod-face ((,class (:foreground ,magenta :background unspecified )))) `(ahs-plugin-defalt-face ((,class (:foreground ,magenta :background unspecified)))) `(ahs-plugin-whole-buffer-face ((,class (:foreground ,magenta :background unspecified))))