Remove the "search" entries from the palettes

There are too many interactions with other colours here.  It is better
to hardcode values, so I can predict the end results.
This commit is contained in:
Protesilaos Stavrou 2022-12-15 12:59:20 +02:00
parent f1e6e3aa2e
commit 87ea2fcf93
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
5 changed files with 3 additions and 19 deletions

View file

@ -204,10 +204,6 @@ which corresponds to a minimum contrast in relative luminance of
(rx-construct green-cooler)
(rx-backslash magenta)
(bg-search-current bg-yellow)
(bg-search-lazy bg-cyan)
(bg-search-match bg-magenta-subtle)
(err red)
(warning yellow-warmer)
(success green)

View file

@ -203,10 +203,6 @@ which corresponds to a minimum contrast in relative luminance of
(rx-construct green-cooler)
(rx-backslash magenta)
(bg-search-current bg-yellow)
(bg-search-lazy bg-cyan)
(bg-search-match bg-magenta-subtle)
(err red)
(warning yellow-warmer)
(success green)

View file

@ -1397,8 +1397,8 @@ is a less intense variant of BG."
`(modus-themes-prose-macro ((,c :foreground ,prose-macro)))
`(modus-themes-prose-verbatim ((,c :foreground ,prose-verbatim)))
;;;;; search
`(modus-themes-search-current ((,c :background ,bg-search-current :foreground ,fg-main)))
`(modus-themes-search-lazy ((,c :background ,bg-search-lazy :foreground ,fg-main)))
`(modus-themes-search-current ((,c :background ,bg-yellow :foreground ,fg-main)))
`(modus-themes-search-lazy ((,c :background ,bg-cyan :foreground ,fg-main)))
;;;;; completion frameworks
`(modus-themes-completion-match-0 ((,c ,@(modus-themes--completion-match accent-0 bg-accent-0))))
`(modus-themes-completion-match-1 ((,c ,@(modus-themes--completion-match accent-1 bg-accent-1))))
@ -2444,7 +2444,7 @@ is a less intense variant of BG."
`(isearch-group-1 ((,c :inherit modus-themes-intense-blue)))
`(isearch-group-2 ((,c :inherit modus-themes-intense-magenta)))
`(lazy-highlight ((,c :inherit modus-themes-search-lazy)))
`(match ((,c :background ,bg-search-match :foreground ,fg-main)))
`(match ((,c :background ,bg-magenta-subtle :foreground ,fg-main)))
`(query-replace ((,c :inherit modus-themes-intense-red)))
;;;;; ivy
`(ivy-action ((,c :inherit modus-themes-key-binding)))

View file

@ -203,10 +203,6 @@ which corresponds to a minimum contrast in relative luminance of
(rx-construct green-cooler)
(rx-backslash magenta)
(bg-search-current bg-yellow)
(bg-search-lazy bg-cyan)
(bg-search-match bg-magenta-subtle)
(err red)
(warning yellow-warmer)
(success green)

View file

@ -203,10 +203,6 @@ which corresponds to a minimum contrast in relative luminance of
(rx-construct green-cooler)
(rx-backslash magenta)
(bg-search-current bg-yellow)
(bg-search-lazy bg-cyan)
(bg-search-match bg-magenta-subtle)
(err red)
(warning yellow-warmer)
(success green)