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

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

[elpa] externals/modus-vivendi-theme 837ee69 008/110: Add support for PH


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 837ee69 008/110: Add support for PHI-GREP
Date: Wed, 29 Apr 2020 21:39:55 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 837ee69754c5d9edd820dcfe63f5babe1b7cc2cd
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for PHI-GREP
---
 README.org              | 1 +
 modus-operandi-theme.el | 9 +++++++++
 modus-vivendi-theme.el  | 9 +++++++++
 3 files changed, 19 insertions(+)

diff --git a/README.org b/README.org
index e99279b..79f03f7 100644
--- a/README.org
+++ b/README.org
@@ -334,6 +334,7 @@ the "full support" may not be 100% true…
 + pass
 + persp-mode
 + perspective
++ phi-grep
 + powerline
 + powerline-evil
 + proced
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4bf0542..bd2f8bb 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -211,6 +211,7 @@
 ;;     pass
 ;;     persp-mode
 ;;     perspective
+;;     phi-grep
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2329,6 +2330,14 @@ between foreground and background is >= 7:1)."
    `(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight 
bold))))
    ;;;; perspective
    `(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
+   ;;;; phi-grep
+   `(phi-grep-heading-face  ((,class (:foreground ,red-alt :weight bold
+                                              ,@(when 
modus-operandi-theme-scale-headings
+                                                  (list :height 
modus-operandi-theme-scale-4))))))
+   `(phi-grep-line-number-face ((,class (:foreground ,fg-special-warm))))
+   `(phi-grep-match-face ((,class (:inherit modus-theme-special-calm))))
+   `(phi-grep-modified-face ((,class (:inherit modus-theme-refine-yellow))))
+   `(phi-grep-overlay-face ((,class (:inherit modus-theme-refine-blue))))
    ;;;; powerline
    `(powerline-active0 ((,class (:background ,fg-inactive :foreground 
,bg-inactive))))
    `(powerline-active1 ((,class (:background ,bg-active :foreground 
,fg-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ade5ed5..dc8934c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -211,6 +211,7 @@
 ;;     pass
 ;;     persp-mode
 ;;     perspective
+;;     phi-grep
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2329,6 +2330,14 @@ between foreground and background is >= 7:1)."
    `(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight 
bold))))
    ;;;; perspective
    `(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
+   ;;;; phi-grep
+   `(phi-grep-heading-face  ((,class (:foreground ,red-alt :weight bold
+                                              ,@(when 
modus-vivendi-theme-scale-headings
+                                                  (list :height 
modus-vivendi-theme-scale-4))))))
+   `(phi-grep-line-number-face ((,class (:foreground ,fg-special-warm))))
+   `(phi-grep-match-face ((,class (:inherit modus-theme-special-calm))))
+   `(phi-grep-modified-face ((,class (:inherit modus-theme-refine-yellow))))
+   `(phi-grep-overlay-face ((,class (:inherit modus-theme-refine-blue))))
    ;;;; powerline
    `(powerline-active0 ((,class (:background ,fg-inactive :foreground 
,bg-inactive))))
    `(powerline-active1 ((,class (:background ,bg-active :foreground 
,fg-active))))



reply via email to

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