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

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

[nongnu] elpa/spacemacs-theme 4231cb7403 036/336: ERC support


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 4231cb7403 036/336: ERC support
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

branch: elpa/spacemacs-theme
commit 4231cb74035b67654c606a713368b3bef217ad1b
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    ERC support
---
 spacemacs-dark-theme.el  | 9 +++++++++
 spacemacs-light-theme.el | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 76d5428069..d8d5c0e273 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -355,6 +355,15 @@
    `(info-menu ((,class (:foreground ,suc))))
    `(info-header-xref ((,class (:foreground ,func :underline t))))
 
+;;;;; ERC
+   `(erc-prompt-face ((,class (:foreground ,suc :bold t))))
+   `(erc-notice-face ((,class (:foreground ,str))))
+   `(erc-timestamp-face ((,class (:foreground ,builtin))))
+   `(erc-my-nick-face ((,class (:foreground ,key1))))
+   `(erc-input-face ((,class (:foreground ,func))))
+   `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
+   `(erc-nick-default-face ((,class (:foreground ,inf))))
+
 ;;;;; other, need more work
    `(custom-button ((,class (:background ,yellow))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index f2c1ead974..16874d5d2c 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -355,6 +355,15 @@
    `(info-menu ((,class (:foreground ,suc))))
    `(info-header-xref ((,class (:foreground ,func :underline t))))
 
+;;;;; ERC
+   `(erc-prompt-face ((,class (:foreground ,green :bold t))))
+   `(erc-notice-face ((,class (:foreground ,str))))
+   `(erc-timestamp-face ((,class (:foreground ,builtin))))
+   `(erc-my-nick-face ((,class (:foreground ,key1))))
+   `(erc-input-face ((,class (:foreground ,func))))
+   `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
+   `(erc-nick-default-face ((,class (:foreground ,inf))))
+
 ;;;;; other, need more work
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))



reply via email to

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