commit 676a0bfb8de0b4023fda5e3a98ebee631b649d1f
parent d9d548a7e944f5f59e1170baa2f5c9ce5efc1beb
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 27 Feb 2014 19:09:57 +0100
add wgrep faces
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1551,6 +1551,13 @@ customize the resulting theme."
`(web-mode-whitespace-face ((,class (:background ,red))))
`(web-mode-html-tag-bracket-face ((,class (:foreground ,base01))))
+ ;; wgrep
+ `(wgrep-delete-face ((,class (:background unspecified :foreground ,blue))))
+ `(wgrep-done-face ((,class (:foreground ,green))))
+ `(wgrep-face ((,class (:background unspecified :foreground ,blue))))
+ `(wgrep-file-face ((,class (:background unspecified :foreground ,magenta))))
+ `(wgrep-reject-face ((,class (:foreground ,red :weight unspecified))))
+
;; whitespace-mode
`(whitespace-space ((,class (:background unspecified :foreground ,base01
:inverse-video unspecified :slant italic))))