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

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

[elpa] externals/modus-vivendi-theme ca9a69d 040/110: Add support for AG


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme ca9a69d 040/110: Add support for AG
Date: Wed, 29 Apr 2020 21:40:03 -0400 (EDT)

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

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

diff --git a/README.org b/README.org
index a0ae2d1..5154a40 100644
--- a/README.org
+++ b/README.org
@@ -237,6 +237,7 @@ The items with an appended asterisk =*= tend to have lots 
of extensions, so
 the "full support" may not be 100% true…
 
 + ace-window
++ ag
 + alert
 + all-the-icons
 + annotate
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f170806..68a4010 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -60,6 +60,7 @@
 ;; notify me of any missing package or change you would like to see.
 ;;
 ;;     ace-window
+;;     ag
 ;;     alert
 ;;     all-the-icons
 ;;     annotate
@@ -664,6 +665,9 @@ AMOUNT is a customisation option."
    `(success ((,class (:foreground ,green :weight bold))))
    `(trailing-whitespace ((,class (:background ,red-intense-bg))))
    `(warning ((,class (:foreground ,yellow :weight bold))))
+   ;;;; ag
+   `(ag-hit-face ((,class (:foreground ,fg-special-cold))))
+   `(ag-match-face ((,class (:inherit modus-theme-special-calm))))
    ;;;; alert
    `(alert-high-face ((,class (:foreground ,red-alt :weight bold))))
    `(alert-low-face ((,class (:foreground ,fg-special-mild))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a77a39b..59e0202 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -60,6 +60,7 @@
 ;; notify me of any missing package or change you would like to see.
 ;;
 ;;     ace-window
+;;     ag
 ;;     alert
 ;;     all-the-icons
 ;;     annotate
@@ -664,6 +665,9 @@ AMOUNT is a customisation option."
    `(success ((,class (:foreground ,green :weight bold))))
    `(trailing-whitespace ((,class (:background ,red-intense-bg))))
    `(warning ((,class (:foreground ,yellow :weight bold))))
+   ;;;; ag
+   `(ag-hit-face ((,class (:foreground ,fg-special-cold))))
+   `(ag-match-face ((,class (:inherit modus-theme-special-calm))))
    ;;;; alert
    `(alert-high-face ((,class (:foreground ,red-alt :weight bold))))
    `(alert-low-face ((,class (:foreground ,fg-special-mild))))



reply via email to

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