commit d5bfc256c93f5975487152a3e47f6fe9c0c14646
parent 9bdc522a5ebeb03c8af921cd1580ec6d9ea17264
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Wed, 2 May 2012 21:42:31 -0700
Merge pull request #30 from thomasf/auto-highlight-symbol-mode
Auto highlight symbol faces added
Diffstat:
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))))