branch: elpa/apropospriate-theme
commit f5ffcabf7f079bd899d95ffa11a78ccca7eb8c8e
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
support for helm-css-scss
---
README.md | 2 ++
apropospriate.el | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/README.md b/README.md
index ec3eedc..6e9a3f9 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Git Gutter
* Diff Hl (looks best with `diff-hl-margin-mode`)
* Pulse
+* Helm
+* Helm CSS SCSS
* Popup & Pos Tip
* Evil
* Tabbar
diff --git a/apropospriate.el b/apropospriate.el
index 77b678e..2fcd5b4 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -295,6 +295,13 @@ Set to `1.0' or nil to prevent font size manipulation."
`(helm-ls-git-modified-not-staged-face ((,class (:foreground ,orange-1))))
`(helm-ls-git-renamed-modified-face ((,class (:foreground ,orange-1))))
`(helm-ls-git-untracked-face ((,class (:foreground ,blue))))
+ `(helm-css-scss-target-line-face ((,class (:background ,base00
:foreground ,yellow))))
+ `(helm-css-scss-selector-depth-face-1 ((,class (:foreground ,yellow))))
+ `(helm-css-scss-selector-depth-face-2 ((,class (:inherit
helm-css-scss-selector-depth-face-1))))
+ `(helm-css-scss-selector-depth-face-3 ((,class (:inherit
helm-css-scss-selector-depth-face-1))))
+ `(helm-css-scss-selector-depth-face-4 ((,class (:inherit
helm-css-scss-selector-depth-face-1))))
+ `(helm-css-scss-selector-depth-face-5 ((,class (:inherit
helm-css-scss-selector-depth-face-1))))
+ `(helm-css-scss-selector-depth-face-6 ((,class (:inherit
helm-css-scss-selector-depth-face-1))))
`(show-paren-match ((,class (:background unspecified :underline (:style
line :color ,pink)))))
`(show-paren-mismatch ((,class (:background unspecified :foreground ,red
:inverse-video t :underline (:style line :color ,red)))))
`(highlight-symbol-face ((,class (:foreground unspecified :background
unspecified :underline (:style line :color ,base02)))))