diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-26 18:50:29 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-26 18:50:42 +0200 |
| commit | 1132285e3d1f648846ecef7a8eddd853002c4c98 (patch) | |
| tree | fcf21e5c0889a2b4189fffc8336ab51a65790bd7 | |
| parent | bcdab273b5bdba730d717799ca5279a76a478577 (diff) | |
Cover the new semantic palette mappings for search foregrounds
| -rw-r--r-- | ef-themes.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el index 6abbc66..6c9a1d1 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -206,6 +206,16 @@ and Modus into a single group, enable `modus-themes-include-derivatives-mode'." (bg-mark-other bg-warning) (fg-mark-other warning) + (fg-search-current fg-main) + (fg-search-lazy fg-main) + (fg-search-static fg-main) + (fg-search-replace fg-main) + + (fg-search-rx-group-0 fg-main) + (fg-search-rx-group-1 fg-main) + (fg-search-rx-group-2 fg-main) + (fg-search-rx-group-3 fg-main) + (fg-completion-match-0 accent-0) (fg-completion-match-1 accent-1) (fg-completion-match-2 accent-2) |
