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

    Add support for RG (rg.el)
---
 README.org              |  1 +
 modus-operandi-theme.el | 14 ++++++++++++++
 modus-vivendi-theme.el  | 14 ++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/README.org b/README.org
index d51c97e..d424ef7 100644
--- a/README.org
+++ b/README.org
@@ -312,6 +312,7 @@ the "full support" may not be 100% true…
 + rainbow-identifiers
 + rainbow-delimiters
 + regexp-builder (also known as =re-builder=)
++ rg (rg.el)
 + rmail
 + ruler-mode
 + sallet
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c48e097..6117b0a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -202,6 +202,7 @@
 ;;     rainbow-identifiers
 ;;     rainbow-delimiters
 ;;     regexp-builder (also known as `re-builder')
+;;     rg
 ;;     rmail
 ;;     ruler-mode
 ;;     sallet
@@ -2253,6 +2254,19 @@ between foreground and background is >= 7:1)."
    `(reb-match-3 ((,class (:inherit modus-theme-intense-red))))
    `(reb-regexp-grouping-backslash ((,class (:foreground ,green :weight 
bold))))
    `(reb-regexp-grouping-construct ((,class (:foreground ,magenta :weight 
bold))))
+   ;;;; rg (rg.el)
+   `(rg-column-number-face ((,class (:foreground ,magenta-alt-other))))
+   `(rg-context-face ((,class (:foreground ,fg-alt))))
+   `(rg-error-face ((,class (:foreground ,red :weight bold))))
+   `(rg-file-tag-face ((,class (:foreground ,fg-special-cold))))
+   `(rg-filename-face ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(rg-line-number-face ((,class (:foreground ,fg-special-warm))))
+   `(rg-literal-face ((,class (:foreground ,blue-alt))))
+   `(rg-match-face ((,class (:inherit modus-theme-special-calm))))
+   `(rg-regexp-face ((,class (:foreground ,magenta-active))))
+   `(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))))
    ;;;; 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 8ba3a54..8b87655 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -202,6 +202,7 @@
 ;;     rainbow-identifiers
 ;;     rainbow-delimiters
 ;;     regexp-builder (also known as `re-builder')
+;;     rg
 ;;     rmail
 ;;     ruler-mode
 ;;     sallet
@@ -2253,6 +2254,19 @@ between foreground and background is >= 7:1)."
    `(reb-match-3 ((,class (:inherit modus-theme-intense-red))))
    `(reb-regexp-grouping-backslash ((,class (:foreground ,green :weight 
bold))))
    `(reb-regexp-grouping-construct ((,class (:foreground ,magenta :weight 
bold))))
+   ;;;; rg (rg.el)
+   `(rg-column-number-face ((,class (:foreground ,magenta-alt-other))))
+   `(rg-context-face ((,class (:foreground ,fg-alt))))
+   `(rg-error-face ((,class (:foreground ,red :weight bold))))
+   `(rg-file-tag-face ((,class (:foreground ,fg-special-cold))))
+   `(rg-filename-face ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(rg-line-number-face ((,class (:foreground ,fg-special-warm))))
+   `(rg-literal-face ((,class (:foreground ,blue-alt))))
+   `(rg-match-face ((,class (:inherit modus-theme-special-calm))))
+   `(rg-regexp-face ((,class (:foreground ,magenta-active))))
+   `(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))))
    ;;;; rmail
    `(rmail-header-name ((,class (:foreground ,cyan-alt-other))))
    `(rmail-highlight ((,class (:foreground ,magenta-alt :weight bold))))

Reply via email to