From b6178c8fc95c3aab7ed7be67e7787927f5403949 Mon Sep 17 00:00:00 2001 From: Matthew Snyder Date: Sat, 18 Feb 2012 17:09:35 -0500 Subject: [PATCH] rcirc-mode face colors. --- solarized-definitions.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 40c10ff..4ca1c00 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -440,7 +440,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)