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

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

[nongnu] elpa/apropospriate-theme 0d918da 073/118: don’t inherit from i


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 0d918da 073/118: don’t inherit from ido faces as ido might not be required
Date: Thu, 21 Oct 2021 18:02:25 -0400 (EDT)

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

    don’t inherit from ido faces as ido might not be required
    
    closes #25
---
 apropospriate.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 42560e7..ece44f1 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -200,7 +200,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(ivy-confirm-face ((,class (:foreground ,green))))
      `(ivy-match-required-face ((,class (:foreground ,red))))
      `(ivy-remote ((,class (:foreground ,cyan))))
-     `(ivy-virtual ((,class (:inherit ido-virtual))))
+     `(ivy-virtual ((,class (:foreground ,cyan))))
      `(ivy-minibuffer-match-face-1 ((,class (:foreground ,yellow :background 
nil))))
      `(ivy-minibuffer-match-face-2 ((,class (:foreground ,yellow :background 
nil))))
      `(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow :background 
nil))))
@@ -356,7 +356,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
      `(erm-syn-errline ((,class (:box nil :underline (:style wave :color 
,red)))))
      `(erm-syn-warnline ((,class (:box nil :underline (:style wave :color 
,orange)))))
-     `(dired-directory ((,class (:inherit ido-subdir))))
+     `(dired-directory ((,class (:foreground ,brown))))
      `(dired-header ((,class (:inherit header-line))))
      `(diredp-compressed-file-suffix ((,class (:foreground ,blue))))
      `(diredp-dir-heading ((,class (:inherit dired-header))))
@@ -554,7 +554,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(bm-persistent-face ((,class (:inherit secondary-selection))))
      `(bm-fringe-face ((,class (:inherit fringe))))
      `(bm-fringe-persistent-face ((,class (:inherit fringe))))
-     `(neo-dir-link-face ((,class (:inherit ido-subdir))))
+     `(neo-dir-link-face ((,class (:foreground ,brown))))
      `(neo-expand-btn-face ((,class (:foreground ,base02))))
      `(neo-header-face ((,class (:inherit header-line))))
      `(neo-file-link-face ((,class (:foreground ,base03))))



reply via email to

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