[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))))
- [elpa] externals/modus-vivendi-theme 91aeae2 017/110: Minor doc update on new subtle diffs option, (continued)
- [elpa] externals/modus-vivendi-theme 91aeae2 017/110: Minor doc update on new subtle diffs option, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 003941a 016/110: Internal: implement macro for scaling headings, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1086949 023/110: Add single missing parenthesis to the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme afbe3ce 028/110: Add support for VISIBLE-MARK, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 6d288f9 038/110: Refine colours for C-q chars and regexp groupings, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme c419e9b 034/110: Add support for new ICOMPLETE-VERTICAL package, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e6c7b7f 033/110: Document already-supported ICOMPLETE and FLX, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d8d266d 043/110: Add missing newline char in end of file, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 72de79b 044/110: Use bold weight conditionally in more indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ded2d1f 035/110: Provide concise docs of customisation options, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ca9a69d 040/110: Add support for AG,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 530787e 048/110: Refine FLYSPELL: use new dedicated lang colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 409648d 049/110: Refine FLYMAKE: new linter colours, better fringes, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f635f9b 050/110: Refine ARTBOLLOCKS-MODE: use new lang colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a0e9380 055/110: Add tentative support for Emacs27 TAB-{BAR, LINE}, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b298d30 067/110: Add note on package list refresh in the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-minor-faces', Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f744335 069/110: Add support for ORDERLESS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 75199a6 071/110: Minor formatting change in README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d3958bb 074/110: NEW CUSTOMISATION OPTION for "rainbow headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e7a5f9a 077/110: NEW CUSTOMISATION OPTION for "section headings", Stefan Monnier, 2020/04/29