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

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

[elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RC


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RCIRC
Date: Wed, 29 Apr 2020 21:40:12 -0400 (EDT)

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

    Add support for RCIRC
    
    This was reported in issue 36:
    https://gitlab.com/protesilaos/modus-themes/-/issues/36
---
 README.org              |  1 +
 modus-operandi-theme.el | 12 ++++++++++++
 modus-vivendi-theme.el  | 12 ++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/README.org b/README.org
index 776675c..0f91b29 100644
--- a/README.org
+++ b/README.org
@@ -486,6 +486,7 @@ the "full support" may not be 100% true…
 + rainbow-blocks
 + rainbow-identifiers
 + rainbow-delimiters
++ rcirc
 + regexp-builder (also known as =re-builder=)
 + rg (rg.el)
 + ripgrep
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 29a5797..55450b8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -236,6 +236,7 @@
 ;;     rainbow-blocks
 ;;     rainbow-identifiers
 ;;     rainbow-delimiters
+;;     rcirc
 ;;     regexp-builder (also known as `re-builder')
 ;;     rg
 ;;     ripgrep
@@ -2664,6 +2665,17 @@ AMOUNT is a customisation option."
    `(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow-alt))))
    `(rainbow-delimiters-mismatched-face ((,class (:foreground ,red-alt :weight 
bold))))
    `(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight 
bold))))
+   ;;;; rcirc
+   `(rcirc-bright-nick ((,class (:foreground ,magenta-alt :weight bold))))
+   `(rcirc-dim-nick ((,class (:foreground ,fg-alt))))
+   `(rcirc-my-nick ((,class (:foreground ,magenta :weight bold))))
+   `(rcirc-nick-in-message ((,class (:foreground ,blue))))
+   `(rcirc-nick-in-message-full-line ((,class (:foreground ,fg-special-mild 
:weight bold))))
+   `(rcirc-other-nick ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(rcirc-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(rcirc-server ((,class (:foreground ,fg-special-warm))))
+   `(rcirc-timestamp ((,class (:foreground ,fg-inactive))))
+   `(rcirc-url ((,class (:foreground ,blue :underline t))))
    ;;;; regexp-builder (re-builder)
    `(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))
    `(reb-match-1 ((,class (:inherit modus-theme-intense-magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b64ddc8..720f3ae 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -236,6 +236,7 @@
 ;;     rainbow-blocks
 ;;     rainbow-identifiers
 ;;     rainbow-delimiters
+;;     rcirc
 ;;     regexp-builder (also known as `re-builder')
 ;;     rg
 ;;     ripgrep
@@ -2664,6 +2665,17 @@ AMOUNT is a customisation option."
    `(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow-alt))))
    `(rainbow-delimiters-mismatched-face ((,class (:foreground ,red-alt :weight 
bold))))
    `(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight 
bold))))
+   ;;;; rcirc
+   `(rcirc-bright-nick ((,class (:foreground ,magenta-alt :weight bold))))
+   `(rcirc-dim-nick ((,class (:foreground ,fg-alt))))
+   `(rcirc-my-nick ((,class (:foreground ,magenta :weight bold))))
+   `(rcirc-nick-in-message ((,class (:foreground ,blue))))
+   `(rcirc-nick-in-message-full-line ((,class (:foreground ,fg-special-mild 
:weight bold))))
+   `(rcirc-other-nick ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(rcirc-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(rcirc-server ((,class (:foreground ,fg-special-warm))))
+   `(rcirc-timestamp ((,class (:foreground ,fg-inactive))))
+   `(rcirc-url ((,class (:foreground ,blue :underline t))))
    ;;;; regexp-builder (re-builder)
    `(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))
    `(reb-match-1 ((,class (:inherit modus-theme-intense-magenta))))



reply via email to

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