Merge pull request #74 from mwolson/master

Add support for ERC
This commit is contained in:
Greg Pfeil 2012-12-09 12:00:29 -08:00
commit 0721cb2f91
1 changed files with 7 additions and 0 deletions

View File

@ -502,6 +502,13 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rcirc-bright-nick ((t (:foreground ,magenta))))
(rcirc-server ((t (:foreground ,base1))))
(rcirc-timestamp ((t (:foreground ,base01))))
;; ERC
(erc-input-face ((t (:foreground ,base01))))
(erc-keyword-face ((t (,@fmt-bldi ,@fg-yellow))))
(erc-my-nick-face ((t (:foreground ,blue))))
(erc-nick-default-face ((t (,@fmt-none ,@fg-cyan))))
(erc-notice-face ((t (,@fmt-none ,@fg-blue))))
(erc-timestamp-face ((t (:foreground ,base01))))
;;font-latex
(font-latex-warning-face ((t (,@fg-red))))
(font-latex-sectioning-5-face ((t (,@fg-violet))))