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

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

[elpa] externals/modus-operandi-theme 7c3451e 014/112: Add support for R


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 7c3451e 014/112: Add support for RAINBOW-IDENTIFIERS
Date: Mon, 30 Mar 2020 15:59:28 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 7c3451eebdb41f163035f68aec6c08d9e346f8c7
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for RAINBOW-IDENTIFIERS
---
 README.org              |  1 +
 modus-operandi-theme.el | 17 +++++++++++++++++
 modus-vivendi-theme.el  | 17 +++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/README.org b/README.org
index 32ceba1..8e21117 100644
--- a/README.org
+++ b/README.org
@@ -295,6 +295,7 @@ the "full support" may not be 100% true…
 + proced
 + prodigy
 + rainbow-blocks
++ rainbow-identifiers
 + rainbow-delimiters
 + regexp-builder (also known as =re-builder=)
 + rmail
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e74aebe..b6352c0 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -185,6 +185,7 @@
 ;;     proced
 ;;     prodigy
 ;;     rainbow-blocks
+;;     rainbow-identifiers
 ;;     rainbow-delimiters
 ;;     regexp-builder (also known as `re-builder')
 ;;     rmail
@@ -1991,6 +1992,22 @@ between foreground and background is >= 7:1)."
    `(rainbow-blocks-depth-8-face ((,class (:foreground ,cyan-alt))))
    `(rainbow-blocks-depth-9-face ((,class (:foreground ,red-alt))))
    `(rainbow-blocks-unmatched-face ((,class (:foreground ,red))))
+   ;;;; rainbow-identifiers
+   `(rainbow-identifiers-identifier-1 ((,class (:foreground 
,green-alt-other))))
+   `(rainbow-identifiers-identifier-2 ((,class (:foreground 
,magenta-alt-other))))
+   `(rainbow-identifiers-identifier-3 ((,class (:foreground ,cyan-alt-other))))
+   `(rainbow-identifiers-identifier-4 ((,class (:foreground 
,yellow-alt-other))))
+   `(rainbow-identifiers-identifier-5 ((,class (:foreground ,blue-alt-other))))
+   `(rainbow-identifiers-identifier-6 ((,class (:foreground ,green-alt))))
+   `(rainbow-identifiers-identifier-7 ((,class (:foreground ,magenta-alt))))
+   `(rainbow-identifiers-identifier-8 ((,class (:foreground ,cyan-alt))))
+   `(rainbow-identifiers-identifier-9 ((,class (:foreground ,yellow-alt))))
+   `(rainbow-identifiers-identifier-10 ((,class (:foreground ,green))))
+   `(rainbow-identifiers-identifier-11 ((,class (:foreground ,magenta))))
+   `(rainbow-identifiers-identifier-12 ((,class (:foreground ,cyan))))
+   `(rainbow-identifiers-identifier-13 ((,class (:foreground ,yellow))))
+   `(rainbow-identifiers-identifier-14 ((,class (:foreground ,blue-alt))))
+   `(rainbow-identifiers-identifier-15 ((,class (:foreground ,red-alt))))
    ;;;; rainbow-delimiters
    `(rainbow-delimiters-base-face-error ((,class (:foreground ,red))))
    `(rainbow-delimiters-base-face ((,class (:foreground ,fg-main))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 849d9ab..bc3fc83 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -185,6 +185,7 @@
 ;;     proced
 ;;     prodigy
 ;;     rainbow-blocks
+;;     rainbow-identifiers
 ;;     rainbow-delimiters
 ;;     regexp-builder (also known as `re-builder')
 ;;     rmail
@@ -1991,6 +1992,22 @@ between foreground and background is >= 7:1)."
    `(rainbow-blocks-depth-8-face ((,class (:foreground ,cyan-alt))))
    `(rainbow-blocks-depth-9-face ((,class (:foreground ,red-alt))))
    `(rainbow-blocks-unmatched-face ((,class (:foreground ,red))))
+   ;;;; rainbow-identifiers
+   `(rainbow-identifiers-identifier-1 ((,class (:foreground 
,green-alt-other))))
+   `(rainbow-identifiers-identifier-2 ((,class (:foreground 
,magenta-alt-other))))
+   `(rainbow-identifiers-identifier-3 ((,class (:foreground ,cyan-alt-other))))
+   `(rainbow-identifiers-identifier-4 ((,class (:foreground 
,yellow-alt-other))))
+   `(rainbow-identifiers-identifier-5 ((,class (:foreground ,blue-alt-other))))
+   `(rainbow-identifiers-identifier-6 ((,class (:foreground ,green-alt))))
+   `(rainbow-identifiers-identifier-7 ((,class (:foreground ,magenta-alt))))
+   `(rainbow-identifiers-identifier-8 ((,class (:foreground ,cyan-alt))))
+   `(rainbow-identifiers-identifier-9 ((,class (:foreground ,yellow-alt))))
+   `(rainbow-identifiers-identifier-10 ((,class (:foreground ,green))))
+   `(rainbow-identifiers-identifier-11 ((,class (:foreground ,magenta))))
+   `(rainbow-identifiers-identifier-12 ((,class (:foreground ,cyan))))
+   `(rainbow-identifiers-identifier-13 ((,class (:foreground ,yellow))))
+   `(rainbow-identifiers-identifier-14 ((,class (:foreground ,blue-alt))))
+   `(rainbow-identifiers-identifier-15 ((,class (:foreground ,red-alt))))
    ;;;; rainbow-delimiters
    `(rainbow-delimiters-base-face-error ((,class (:foreground ,red))))
    `(rainbow-delimiters-base-face ((,class (:foreground ,fg-main))))



reply via email to

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