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)