branch: externals/modus-themes
commit d79e658660cf5e866c535ad684bc5758277ebdf7
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make Ivy subdir and virtual easier to tell apart from the completion
candidates
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 0312c9df16..f35a03f3ba 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2804,8 +2804,8 @@ FG and BG are the main colors."
`(ivy-minibuffer-match-face-4 ((,c :inherit
modus-themes-completion-match-2)))
`(ivy-remote ((,c :inherit italic)))
`(ivy-separator ((,c :inherit shadow)))
- `(ivy-subdir ((,c :foreground ,accent-0)))
- `(ivy-virtual ((,c :foreground ,accent-1)))
+ `(ivy-subdir ((,c :foreground ,keyword)))
+ `(ivy-virtual ((,c :foreground ,warning)))
;;;;; ivy-posframe
`(ivy-posframe-border ((,c :background ,border)))
`(ivy-posframe-cursor ((,c :background ,fg-main :foreground ,bg-main)))