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

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

[nongnu] elpa/material-theme eab5a2a 099/118: Added colors for erc-color


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme eab5a2a 099/118: Added colors for erc-colorize
Date: Thu, 21 Oct 2021 18:06:29 -0400 (EDT)

branch: elpa/material-theme
commit eab5a2a8ef2cce15132e825aca4d841eb36da396
Author: Martin Gausby <martin@gausby.dk>
Commit: Martin Gausby <martin@gausby.dk>

    Added colors for erc-colorize
    
    erc-colorize is a mode that assign a color to each user in an IRC chat
    room with a unique color, so text written by user a is in red and text
    written by user b is blue, etc, making it easy to follow a conversation
    in an ERC buffer.
    
    I reused some of the colors defined by the rainbow-delimiters. They look
    really nice on the dark version, and should look good on the light
    version.
---
 material-light-theme.el | 9 +++++++++
 material-theme.el       | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index 5326e0b..24467e1 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -796,6 +796,15 @@
    `(erc-timestamp-face ((,class (:foreground ,aqua))))
    `(erc-keyword-face ((,class (:foreground ,green))))
 
+   ;; erc-colorize
+   `(erc-distinct-1-face ((,class (:foreground ,"#E91E63"))))
+   `(erc-distinct-2-face ((,class (:foreground ,"#1565C0"))))
+   `(erc-distinct-3-face ((,class (:foreground ,"#827717"))))
+   `(erc-distinct-4-face ((,class (:foreground ,"#B388FF"))))
+   `(erc-distinct-5-face ((,class (:foreground ,"#EF6C00"))))
+   `(erc-distinct-6-face ((,class (:foreground ,"#26A69A"))))
+   `(erc-distinct-7-face ((,class (:foreground ,"#B71C1C"))))
+
    ;; twittering-mode
    `(twittering-username-face ((,class (:inherit erc-pal-face))))
    `(twittering-uri-face ((,class (:foreground ,blue :inherit link))))
diff --git a/material-theme.el b/material-theme.el
index 1174757..a475b3c 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -790,6 +790,15 @@
    `(erc-timestamp-face ((,class (:foreground ,aqua))))
    `(erc-keyword-face ((,class (:foreground ,green))))
 
+   ;; erc-colorize
+   `(erc-distinct-1-face ((,class (:foreground ,"#E91E63"))))
+   `(erc-distinct-2-face ((,class (:foreground ,"#2196F3"))))
+   `(erc-distinct-3-face ((,class (:foreground ,"#DCE775"))))
+   `(erc-distinct-4-face ((,class (:foreground ,"#B388FF"))))
+   `(erc-distinct-5-face ((,class (:foreground ,"#EF6C00"))))
+   `(erc-distinct-6-face ((,class (:foreground ,"#26A69A"))))
+   `(erc-distinct-7-face ((,class (:foreground ,"#FFCDD2"))))
+
    ;; twittering-mode
    `(twittering-username-face ((,class (:inherit erc-pal-face))))
    `(twittering-uri-face ((,class (:foreground ,blue :inherit link))))



reply via email to

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