commit 7ad927d7ab7a35999f35e0cb7f3ede985819ea82
parent f890d35193ec6156e68e8675cfb125ac94f4f7a4
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 21 Feb 2014 13:40:08 +0100
add swoop faces
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1404,6 +1404,15 @@ customize the resulting theme."
`(sr-clex-hotchar-face ((,class (:background ,red :foreground ,base03
:weight bold))))
+ ;; swoop
+ `(swoop-face-header-format-line ((,class (:foreground ,yellow :weight bold
+ :height unspecified))))
+ `(swoop-face-line-buffer-name ((,class (:background ,base02 :foreground ,base1
+ :weight bold :height unspecified))))
+ `(swoop-face-line-number ((,class (:foreground ,base01))))
+ `(swoop-face-target-line ((,class (:background ,base02 :foreground unspecified))))
+ `(swoop-face-target-words ((,class (:background unspecified :foreground ,magenta))))
+
;; table
`(table-cell ((,class (:foreground ,base0 :background ,base02))))