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

[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



reply via email to

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