commit 28cdc68804d6660e001f14b93e587ca23add8f80
parent 36c019b2c503ae54c575a117e7c6238e22f34314
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 23 Jan 2014 22:19:05 +0100
add helm-css-scss faces
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -827,6 +827,15 @@ customize the resulting theme."
`(helm-time-zone-home ((,class (:foreground ,red))))
`(helm-visible-mark ((,class (:background ,base03 :foreground ,magenta :bold t))))
+ ;;; helm-css-scss
+ `(helm-css-scss-selector-depth-face-1 ((,class (:foreground ,base0))))
+ `(helm-css-scss-selector-depth-face-2 ((,class (:foreground ,blue))))
+ `(helm-css-scss-selector-depth-face-3 ((,class (:foreground ,cyan))))
+ `(helm-css-scss-selector-depth-face-4 ((,class (:foreground ,green))))
+ `(helm-css-scss-selector-depth-face-5 ((,class (:foreground ,yellow))))
+ `(helm-css-scss-selector-depth-face-6 ((,class (:foreground ,violet))))
+ `(helm-css-scss-target-line-face ((,class (:background unspecified :foreground ,magenta))))
+
;; helm-swoop
`(helm-swoop-target-line-face ((,class (:foreground unspecified :background ,base02))))
`(helm-swoop-target-line-block-face ((,class (:foreground unspecified :background ,base02))))