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

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

[elpa] externals/modus-operandi-theme ccc6d66 24/54: Minor refinements t


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ccc6d66 24/54: Minor refinements to some RCIRC faces
Date: Thu, 4 Jun 2020 08:20:14 -0400 (EDT)

branch: externals/modus-operandi-theme
commit ccc6d66a25f6316af07ef256221647de2783b318
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Minor refinements to some RCIRC faces
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index dc50f5a..c2f71c6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2792,12 +2792,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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 ((,class (:foreground ,magenta-alt-other))))
    `(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-server ((,class (:foreground ,fg-unfocused))))
+   `(rcirc-timestamp ((,class (:foreground ,blue-nuanced))))
    `(rcirc-url ((,class (:foreground ,blue :underline t))))
    ;;;; regexp-builder (re-builder)
    `(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7456888..a651d70 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2792,12 +2792,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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 ((,class (:foreground ,magenta-alt-other))))
    `(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-server ((,class (:foreground ,fg-unfocused))))
+   `(rcirc-timestamp ((,class (:foreground ,blue-nuanced))))
    `(rcirc-url ((,class (:foreground ,blue :underline t))))
    ;;;; regexp-builder (re-builder)
    `(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))



reply via email to

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