branch: elpa/spacemacs-theme
commit 4231cb74035b67654c606a713368b3bef217ad1b
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))