summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2020-09-19 18:36:46 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2020-09-19 18:36:46 +0300
commitae028c3ea90bee36aa4afa83be9273e2de320891 (patch)
tree5f162a1955b02e511e237296e96b0e8b3b166aaf
parent2ae1e95148367831aa73cf3b0c074b9155eb7664 (diff)
Refine Icomplete/Ido first match (amend 3a8eead63)
-rw-r--r--modus-operandi-theme.el4
-rw-r--r--modus-vivendi-theme.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index fd64dd3..f770f72 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2869,14 +2869,14 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; icomplete
`(icomplete-first-match ((,class :inherit bold
,@(modus-operandi-theme-standard-completions
- fg-main bg-alt
+ magenta bg-alt
bg-active fg-main))))
;;;;; icomplete-vertical
`(icomplete-vertical-separator ((,class :foreground ,fg-alt)))
;;;;; ido-mode
`(ido-first-match ((,class :inherit bold
,@(modus-operandi-theme-standard-completions
- fg-main cyan-nuanced-bg
+ magenta bg-alt
bg-active fg-main))))
`(ido-incomplete-regexp ((,class :inherit error)))
`(ido-indicator ((,class :inherit modus-theme-subtle-yellow)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7799ef3..ab0a4b7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2869,14 +2869,14 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; icomplete
`(icomplete-first-match ((,class :inherit bold
,@(modus-vivendi-theme-standard-completions
- fg-main bg-alt
+ magenta bg-alt
bg-active fg-main))))
;;;;; icomplete-vertical
`(icomplete-vertical-separator ((,class :foreground ,fg-alt)))
;;;;; ido-mode
`(ido-first-match ((,class :inherit bold
,@(modus-vivendi-theme-standard-completions
- fg-main cyan-nuanced-bg
+ magenta bg-alt
bg-active fg-main))))
`(ido-incomplete-regexp ((,class :inherit error)))
`(ido-indicator ((,class :inherit modus-theme-subtle-yellow)))