[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes d79e658660 2/2: Make Ivy subdir and virtua
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes d79e658660 2/2: Make Ivy subdir and virtual easier to tell apart from the completion candidates |
Date: |
Sun, 22 Dec 2024 07:05:18 -0500 (EST) |
branch: externals/modus-themes
commit d79e658660cf5e866c535ad684bc5758277ebdf7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
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)))