summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-08 16:44:45 +0100
committerGravatar Tom Willemsen2012-01-08 16:44:45 +0100
commit8dadd4a2e2c81d810340f8b3f7ee10c09df74d81 (patch)
treef6e8337384c21c121c1ee300b52c69b2ff2b63af
parent6d6705c998a4d15025899329c922ee8ce8e28589 (diff)
downloadtron-theme-8dadd4a2e2c81d810340f8b3f7ee10c09df74d81.tar.gz
tron-theme-8dadd4a2e2c81d810340f8b3f7ee10c09df74d81.zip
Add some colors to erc
-rw-r--r--tron-theme.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/tron-theme.el b/tron-theme.el
index ca1d0f8..4170e53 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -98,6 +98,11 @@
'(jabber-chat-prompt-foreign ((t (:inherit 'font-lock-function-name-face))))
'(jabber-chat-prompt-system ((t (:inherit 'font-lock-doc-face))))
'(jabber-chat-text-local ((t (:inherit 'default))))
- '(jabber-chat-text-foreign ((t (:inherit 'font-lock-function-name-face :weight normal)))))
+ '(jabber-chat-text-foreign ((t (:inherit 'font-lock-function-name-face :weight normal))))
+
+ ;; erc
+ '(erc-default-face ((t (:inherit 'jabber-chat-text-local))))
+ '(erc-input-face ((t (:inherit 'jabber-chat-text-foreign))))
+ '(erc-nick-default-face ((t (:inherit 'jabber-chat-prompt-system)))))
(provide-theme 'tron)