branch: externals/modus-operandi-theme
commit f55723d6bbc3eb153615e989e973a4e0ff9c50d3
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Tweak `deadgrep' file and match colours
    
    This is to ensure consistency with the rest of the theme's conventions
    on these types of constructs.
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a4c1bbe..c48e097 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -915,8 +915,8 @@ between foreground and background is >= 7:1)."
    `(dashboard-navigator ((,class (:foreground ,cyan-alt-other))))
    `(dashboard-text-banner ((,class (:foreground ,fg-dim))))
    ;;;; deadgrep
-   `(deadgrep-filename-face ((,class (:foreground ,cyan :weight bold))))
-   `(deadgrep-match-face ((,class (:inherit modus-theme-subtle-blue))))
+   `(deadgrep-filename-face ((,class (:foreground ,fg-special-cold :weight 
bold))))
+   `(deadgrep-match-face ((,class (:inherit modus-theme-special-calm))))
    `(deadgrep-meta-face ((,class (:foreground ,fg-alt))))
    `(deadgrep-regexp-metachar-face ((,class (:foreground ,yellow-intense 
:weight bold))))
    `(deadgrep-search-term-face ((,class (:foreground ,green-intense :weight 
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1cf532a..8ba3a54 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -915,8 +915,8 @@ between foreground and background is >= 7:1)."
    `(dashboard-navigator ((,class (:foreground ,cyan-alt-other))))
    `(dashboard-text-banner ((,class (:foreground ,fg-dim))))
    ;;;; deadgrep
-   `(deadgrep-filename-face ((,class (:foreground ,cyan :weight bold))))
-   `(deadgrep-match-face ((,class (:inherit modus-theme-subtle-blue))))
+   `(deadgrep-filename-face ((,class (:foreground ,fg-special-cold :weight 
bold))))
+   `(deadgrep-match-face ((,class (:inherit modus-theme-special-calm))))
    `(deadgrep-meta-face ((,class (:foreground ,fg-alt))))
    `(deadgrep-regexp-metachar-face ((,class (:foreground ,yellow-intense 
:weight bold))))
    `(deadgrep-search-term-face ((,class (:foreground ,green-intense :weight 
bold))))

Reply via email to