branch: elpa/spacemacs-theme
commit bb287bb64f319e98f62185b3b27bc0bd30e962e7
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
rcirc support
---
spacemacs-common.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 02b0affa93..37ff89bd45 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -637,6 +637,14 @@
`(rainbow-delimiters-unmatched-face ((,class :foreground ,err :overline
t)))
`(rainbow-delimiters-mismatched-face ((,class :foreground ,err :overline
t)))
+;;;;; rcirc
+ `(rcirc-bright-nick ((,class (:background ,aqua-bg :foreground ,cyan))))
+ `(rcirc-dim-nick ((,class (:foreground ,base-dim))))
+ `(rcirc-keyword ((,class (:background ,green-bg-s :foreground ,green))))
+ `(rcirc-timestamp ((,class (:foreground ,keyword))))
+ `(rcirc-track-keyword ((,class (:background ,green :foreground ,bg1))))
+ `(rcirc-url ((,class (:inherit link))))
+
;;;;; shm
`(shm-current-face ((,class (:background ,green-bg-s))))
`(shm-quarantine-face ((,class (:background ,red-bg-s))))