emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme f55723d 067/112: Tweak `deadgrep'


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme f55723d 067/112: Tweak `deadgrep' file and match colours
Date: Mon, 30 Mar 2020 15:59:40 -0400 (EDT)

branch: externals/modus-operandi-theme
commit f55723d6bbc3eb153615e989e973a4e0ff9c50d3
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]