branch: externals/modus-operandi-theme
commit 39557fa1891efcfb1ac0367aeb4e58c526eceb75
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for RIPGREP (ripgrep.el)
---
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 d424ef7..d4f1ff3 100644
--- a/README.org
+++ b/README.org
@@ -313,6 +313,7 @@ the "full support" may not be 100% true…
+ rainbow-delimiters
+ regexp-builder (also known as =re-builder=)
+ rg (rg.el)
++ ripgrep
+ rmail
+ ruler-mode
+ sallet
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6117b0a..92e7c67 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -203,6 +203,7 @@
;; rainbow-delimiters
;; regexp-builder (also known as `re-builder')
;; rg
+;; ripgrep
;; rmail
;; ruler-mode
;; sallet
@@ -2267,6 +2268,11 @@ between foreground and background is >= 7:1)."
`(rg-toggle-off-face ((,class (:foreground ,fg-inactive :weight bold))))
`(rg-toggle-on-face ((,class (:foreground ,cyan-active :weight bold))))
`(rg-warning-face ((,class (:foreground ,yellow :weight bold))))
+ ;;;; ripgrep
+ `(ripgrep-context-face ((,class (:foreground ,fg-alt))))
+ `(ripgrep-error-face ((,class (:foreground ,red :weight bold))))
+ `(ripgrep-hit-face ((,class (:foreground ,cyan))))
+ `(ripgrep-match-face ((,class (:inherit modus-theme-special-calm))))
;;;; rmail
`(rmail-header-name ((,class (:foreground ,cyan-alt-other))))
`(rmail-highlight ((,class (:foreground ,magenta-alt :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8b87655..22e5c54 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -203,6 +203,7 @@
;; rainbow-delimiters
;; regexp-builder (also known as `re-builder')
;; rg
+;; ripgrep
;; rmail
;; ruler-mode
;; sallet
@@ -2267,6 +2268,11 @@ between foreground and background is >= 7:1)."
`(rg-toggle-off-face ((,class (:foreground ,fg-inactive :weight bold))))
`(rg-toggle-on-face ((,class (:foreground ,cyan-active :weight bold))))
`(rg-warning-face ((,class (:foreground ,yellow :weight bold))))
+ ;;;; ripgrep
+ `(ripgrep-context-face ((,class (:foreground ,fg-alt))))
+ `(ripgrep-error-face ((,class (:foreground ,red :weight bold))))
+ `(ripgrep-hit-face ((,class (:foreground ,cyan))))
+ `(ripgrep-match-face ((,class (:inherit modus-theme-special-calm))))
;;;; rmail
`(rmail-header-name ((,class (:foreground ,cyan-alt-other))))
`(rmail-highlight ((,class (:foreground ,magenta-alt :weight bold))))