Merge pull request #42 from ardekantur/rcirc

rcirc-mode face colors.
This commit is contained in:
Greg Pfeil 2012-03-16 16:38:39 -07:00
commit 750645233a
1 changed files with 10 additions and 1 deletions

View File

@ -442,7 +442,16 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(whitespace-space-before-tab ((t (,@fmt-bold ,@fg-red))))
(whitespace-tab ((t (,@fg-base02))))
(whitespace-trailing ((t (,@fmt-bold ,@fg-red ,@bg-base02))))
(whitespace-highlight-face ((t (,@fg-red ,@bg-blue)))))
(whitespace-highlight-face ((t (,@fg-red ,@bg-blue))))
;; rcirc
(rcirc-my-nick ((t (:foreground ,blue))))
(rcirc-nick-in-message ((t (:foreground ,orange))))
(rcirc-other-nick ((t (:foreground ,green))))
(rcirc-prompt ((t (:foreground ,yellow))))
(rcirc-bright-nick ((t (:foreground ,magenta))))
(rcirc-server ((t (:foreground ,base1))))
(rcirc-timestamp ((t (:foreground ,base01)))))
((foreground-color . ,base0)
(background-color . ,back)
(background-mode . ,mode)