solarized-emacs

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

commit be9e0c5688a982c15431be1bcac297fcf2496d7d
parent a9483844f5118722af2d603a726a0fa973a4a310
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  2 May 2012 23:45:02 +0200

Auto highlight symbol faces

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -196,6 +196,15 @@ `(ace-jump-face-foreground ((,class (:foreground ,red :background ,solarized-bg :inverse-video nil)))) + ;; 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-warning-face ((,class (:foreground ,red :bold t)))) + ;; custom `(custom-variable-tag ((,class (:foreground ,cyan)))) `(custom-comment-tag ((,class (:foreground ,solarized-comments))))