Add some colors to erc

This commit is contained in:
Tom Willemsen 2012-01-08 16:44:45 +01:00
parent 6d6705c998
commit 8dadd4a2e2

View file

@ -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)