[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 2c42b61 041/110: Add support for CO
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 2c42b61 041/110: Add support for COLOR-RG |
Date: |
Wed, 29 Apr 2020 21:40:03 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 2c42b6114cfdc8bd33b5aad09ff5a7dae5958ca5
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add support for COLOR-RG
---
README.org | 1 +
modus-operandi-theme.el | 16 ++++++++++++++++
modus-vivendi-theme.el | 16 ++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/README.org b/README.org
index 5154a40..2826017 100644
--- a/README.org
+++ b/README.org
@@ -256,6 +256,7 @@ the "full support" may not be 100% true…
+ centaur-tabs
+ change-log and log-view (=vc-print-log= and =vc-print-root-log=)
+ cider
++ color-rg
+ column-enforce-mode
+ company-mode*
+ company-posframe
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 68a4010..49f9099 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -79,6 +79,7 @@
;; centaur-tabs
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
;; cider
+;; color-rg
;; column-enforce-mode
;; company-mode
;; company-posframe
@@ -911,6 +912,21 @@ AMOUNT is a customisation option."
`(cider-test-success-face ((,class (:inherit modus-theme-intense-green))))
`(cider-traced-face ((,class (:box (:line-width -1 :color ,cyan :style nil)
:background ,bg-dim))))
`(cider-warning-highlight-face ((,class (:foreground ,yellow :underline
t))))
+ ;;;; color-rg
+ `(color-rg-font-lock-column-number ((,class (:foreground
,magenta-alt-other))))
+ `(color-rg-font-lock-command ((,class (:foreground ,fg-main :weight bold))))
+ `(color-rg-font-lock-file ((,class (:foreground ,fg-special-cold :weight
bold))))
+ `(color-rg-font-lock-flash ((,class (:inherit modus-theme-intense-blue))))
+ `(color-rg-font-lock-function-location ((,class (:inherit
modus-theme-special-calm))))
+ `(color-rg-font-lock-header-line-directory ((,class (:foreground
,blue-active))))
+ `(color-rg-font-lock-header-line-edit-mode ((,class (:foreground
,magenta-active))))
+ `(color-rg-font-lock-header-line-keyword ((,class (:foreground
,green-active))))
+ `(color-rg-font-lock-header-line-text ((,class (:foreground ,fg-active))))
+ `(color-rg-font-lock-line-number ((,class (:foreground ,fg-special-warm))))
+ `(color-rg-font-lock-mark-changed ((,class (:foreground ,blue :weight
bold))))
+ `(color-rg-font-lock-mark-deleted ((,class (:foreground ,red :weight
bold))))
+ `(color-rg-font-lock-match ((,class (:inherit modus-theme-special-calm))))
+ `(color-rg-font-lock-position-splitter ((,class (:foreground ,fg-alt))))
;;;; column-enforce-mode
`(column-enforce-face ((,class (:inherit modus-theme-refine-yellow))))
;;;; company-mode
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 59e0202..1288237 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -79,6 +79,7 @@
;; centaur-tabs
;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
;; cider
+;; color-rg
;; column-enforce-mode
;; company-mode
;; company-posframe
@@ -911,6 +912,21 @@ AMOUNT is a customisation option."
`(cider-test-success-face ((,class (:inherit modus-theme-intense-green))))
`(cider-traced-face ((,class (:box (:line-width -1 :color ,cyan :style nil)
:background ,bg-dim))))
`(cider-warning-highlight-face ((,class (:foreground ,yellow :underline
t))))
+ ;;;; color-rg
+ `(color-rg-font-lock-column-number ((,class (:foreground
,magenta-alt-other))))
+ `(color-rg-font-lock-command ((,class (:foreground ,fg-main :weight bold))))
+ `(color-rg-font-lock-file ((,class (:foreground ,fg-special-cold :weight
bold))))
+ `(color-rg-font-lock-flash ((,class (:inherit modus-theme-intense-blue))))
+ `(color-rg-font-lock-function-location ((,class (:inherit
modus-theme-special-calm))))
+ `(color-rg-font-lock-header-line-directory ((,class (:foreground
,blue-active))))
+ `(color-rg-font-lock-header-line-edit-mode ((,class (:foreground
,magenta-active))))
+ `(color-rg-font-lock-header-line-keyword ((,class (:foreground
,green-active))))
+ `(color-rg-font-lock-header-line-text ((,class (:foreground ,fg-active))))
+ `(color-rg-font-lock-line-number ((,class (:foreground ,fg-special-warm))))
+ `(color-rg-font-lock-mark-changed ((,class (:foreground ,blue :weight
bold))))
+ `(color-rg-font-lock-mark-deleted ((,class (:foreground ,red :weight
bold))))
+ `(color-rg-font-lock-match ((,class (:inherit modus-theme-special-calm))))
+ `(color-rg-font-lock-position-splitter ((,class (:foreground ,fg-alt))))
;;;; column-enforce-mode
`(column-enforce-face ((,class (:inherit modus-theme-refine-yellow))))
;;;; company-mode
- [elpa] externals/modus-vivendi-theme a0e9380 055/110: Add tentative support for Emacs27 TAB-{BAR, LINE}, (continued)
- [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
- [elpa] externals/modus-vivendi-theme 4d7d769 020/110: Fix MAGIT regression on colours of unfocused diffs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d931e3c 022/110: Add docs on ORG colour-coded source blocks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7fabd85 042/110: Add support for VIMISH-FOLD, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2c42b61 041/110: Add support for COLOR-RG,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 53e1a43 046/110: Define new dedicated colours for language checkers, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 272f7da 054/110: Style the `vertical-border' explicitly, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d7b7252 056/110: Tweak border colour for Emacs 27 active tabs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 88489ed 014/110: New customisation option for SUBTLE DIFFS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43ebfb5 072/110: Modus Vivendi: tweak "magenta-alt", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme c3c743b 075/110: Minor correction and clarification in the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0ffe48d 079/110: Update README with minor clarifications, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 685c8c7 089/110: REMOVE table of contents: not working with GitLab, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 3f4e09f 019/110: Add support for HELPFUL, Stefan Monnier, 2020/04/29