branch: elpa/spacemacs-theme
commit 6b93fb35042f715aff51d52a235543900e734b41
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Unifying search utilities look
---
spacemacs-common.el | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 2ac9221a24..2c1fdf17bc 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -155,13 +155,13 @@
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
`(fringe ((,class (:background ,bg1 :foreground ,base))))
- `(highlight ((,class (:foreground ,base :background ,bg3))))
+ `(highlight ((,class (:foreground ,base :background ,highlight))))
`(hl-line ((,class (:background ,bg2))))
- `(isearch ((,class (:bold t :foreground ,bg1 :background ,keyword))))
- `(lazy-highlight ((,class (:foreground ,bg1 :background ,keyword :weight
normal))))
+ `(isearch ((,class (:foreground ,bg1 :background ,mat))))
+ `(lazy-highlight ((,class (:foreground ,bg1 :background ,mat :weight
normal))))
`(link ((,class (:foreground ,comment :underline t))))
`(link-visited ((,class (:foreground ,comp :underline t))))
- `(match ((,class (:background ,bg1 :foreground ,keyword :weight bold))))
+ `(match ((,class (:background ,mat :foreground ,bg1))))
`(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(page-break-lines ((,class (:foreground ,act2))))
`(popup-tip-face ((,class (:background ,ttip-sl :foreground ,base :bold
nil :italic nil :underline nil))))
@@ -173,6 +173,10 @@
`(vertical-border ((,class (:foreground ,bg4))))
`(warning ((,class (:foreground ,war ))))
+;;;;; ahs
+ `(ahs-face ((,class (:background ,highlight))))
+ `(ahs-plugin-whole-buffer-face ((,class (:background ,mat :foreground
,bg1))))
+
;;;;; anzu-mode
`(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))