Add some colors to erc
This commit is contained in:
parent
6d6705c998
commit
8dadd4a2e2
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue