commit 44a36836c591ebee561f99b2a510739d5fcd18e9
parent b5058751c43b67cf84759d159e9618847beeed2c
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 27 May 2013 15:29:52 +0200
make isearch and lazy-highlight faces stand out more, they are too often not standing out enough (????)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -137,7 +137,7 @@
`(success ((,class (:foreground ,green ))))
`(warning ((,class (:foreground ,yellow ))))
`(error ((,class (:foreground ,orange))))
- `(lazy-highlight ((,class (:foreground ,solarized-emph :background ,solarized-hl :bold t))))
+ `(lazy-highlight ((,class (:foreground ,solarized-bg :background ,yellow :weight normal))))
`(escape-glyph ((,class (:foreground ,violet))))
;; compilation
@@ -190,7 +190,7 @@
`(grep-match-face ((,class (:foreground ,orange :weight bold))))
;; faces used by isearch
- `(isearch ((,class (:foreground ,yellow :background ,solarized-hl :bold t))))
+ `(isearch ((,class (:foreground ,solarized-bg :background ,magenta :weight normal))))
`(isearch-fail ((,class (:foreground ,red :background ,solarized-bg :bold t))))
;; man