solarized-emacs

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

commit 2bd143661c977c132e9c5828ebc62cffba9d96cc
parent f17755657757f3b02ecb45b79a35d9adbfa54a8c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 22 Jul 2013 16:14:15 +0200

modify auto highligt symbol faces

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

diff --git a/solarized.el b/solarized.el @@ -341,13 +341,13 @@ customize the resulting theme." `(ac-yasnippet-selection-face ((,class (:background ,yellow-lc :foreground ,yellow-hc)))) ;; auto highlight symbol - `(ahs-definition-face ((,class (:foreground ,solarized-bg :background ,blue - :underline t)))) - `(ahs-edit-mode-face ((,class (:foreground ,solarized-bg :background ,yellow)))) - `(ahs-face ((,class (:foreground ,solarized-bg :background ,blue)))) - `(ahs-plugin-bod-face ((,class (:foreground ,solarized-bg :background ,blue)))) - `(ahs-plugin-defalt-face ((,class (:foreground ,solarized-bg :background ,cyan)))) - `(ahs-plugin-whole-buffer-face ((,class (:foreground ,solarized-bg :background ,green)))) + `(ahs-definition-face ((,class (:foreground ,magenta :background ,solarized-bg + :slant normal)))) + `(ahs-edit-mode-face ((,class (:foreground ,solarized-bg :background ,magenta)))) + `(ahs-face ((,class (:foreground ,magenta :background ,solarized-bg)))) + `(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)))) `(ahs-warning-face ((,class (:foreground ,red :weight bold)))) ;; android mode