mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
f1e6e3aa2e
commit
87ea2fcf93
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue