emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme d6c779f 080/118: add support for couns


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme d6c779f 080/118: add support for counsel-css
Date: Thu, 21 Oct 2021 18:02:27 -0400 (EDT)

branch: elpa/apropospriate-theme
commit d6c779ffb9c1c1f803795230e25c72e37048d309
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]