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

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

[elpa] externals/modus-vivendi-theme 6b31621 009/110: Add support for PH


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 6b31621 009/110: Add support for PHI-SEARCH
Date: Wed, 29 Apr 2020 21:39:56 -0400 (EDT)

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

    Add support for PHI-SEARCH
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index 79f03f7..e7934ef 100644
--- a/README.org
+++ b/README.org
@@ -335,6 +335,7 @@ the "full support" may not be 100% true…
 + persp-mode
 + perspective
 + phi-grep
++ phi-search
 + powerline
 + powerline-evil
 + proced
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index bd2f8bb..212a9e8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -212,6 +212,7 @@
 ;;     persp-mode
 ;;     perspective
 ;;     phi-grep
+;;     phi-search
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2338,6 +2339,11 @@ between foreground and background is >= 7:1)."
    `(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))))
+   ;;;; phi-search
+   `(phi-replace-preview-face ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(phi-search-failpart-face ((,class (:inherit modus-theme-refine-red))))
+   `(phi-search-match-face ((,class (:inherit modus-theme-refine-cyan))))
+   `(phi-search-selection-face ((,class (:inherit modus-theme-intense-green 
:weight bold))))
    ;;;; 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 dc8934c..84931c5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -212,6 +212,7 @@
 ;;     persp-mode
 ;;     perspective
 ;;     phi-grep
+;;     phi-search
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2338,6 +2339,11 @@ between foreground and background is >= 7:1)."
    `(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))))
+   ;;;; phi-search
+   `(phi-replace-preview-face ((,class (:inherit 
modus-theme-intense-magenta))))
+   `(phi-search-failpart-face ((,class (:inherit modus-theme-refine-red))))
+   `(phi-search-match-face ((,class (:inherit modus-theme-refine-cyan))))
+   `(phi-search-selection-face ((,class (:inherit modus-theme-intense-green 
:weight bold))))
    ;;;; 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]