branch: elpa/apropospriate-theme
commit d6c779ffb9c1c1f803795230e25c72e37048d309
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add support for counsel-css
---
README.md | 1 +
apropospriate.el | 18 ++++++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 1117de3..eaaf5b9 100644
--- a/README.md
+++ b/README.md
@@ -90,3 +90,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Hydra
* Dired Subtree
* Symbol Overlay
+* Counsel CSS
diff --git a/apropospriate.el b/apropospriate.el
index aa3d76b..793e057 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -297,12 +297,18 @@ Set to `1.0' or nil to prevent font size manipulation."
`(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))))
+ `(helm-css-scss-selector-depth-face-1 ((,class (:foreground ,yellow-1))))
+ `(helm-css-scss-selector-depth-face-2 ((,class (:foreground ,orange))))
+ `(helm-css-scss-selector-depth-face-3 ((,class (:foreground ,yellow-1))))
+ `(helm-css-scss-selector-depth-face-4 ((,class (:foreground ,orange))))
+ `(helm-css-scss-selector-depth-face-5 ((,class (:foreground ,yellow-1))))
+ `(helm-css-scss-selector-depth-face-6 ((,class (:foreground ,orange))))
+ `(counsel-css-selector-depth-face-1 ((,class (:foreground ,yellow-1))))
+ `(counsel-css-selector-depth-face-2 ((,class (:foreground ,orange))))
+ `(counsel-css-selector-depth-face-3 ((,class (:foreground ,yellow-1))))
+ `(counsel-css-selector-depth-face-4 ((,class (:foreground ,orange))))
+ `(counsel-css-selector-depth-face-5 ((,class (:foreground ,yellow-1))))
+ `(counsel-css-selector-depth-face-6 ((,class (:foreground ,orange))))
`(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)))))