From c8e9f41c5c10f628b0b3e5f1aaf5d4da1368610f Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Fri, 15 Apr 2011 09:06:19 -0400 Subject: [PATCH] =?UTF-8?q?Minor=20rearrangement=20of=20a=20couple=20of=20?= =?UTF-8?q?lines=20in=20@cmm=E2=80=99s=20submission.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- color-theme-solarized.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/color-theme-solarized.el b/color-theme-solarized.el index c239ac1..cd1ee10 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -65,6 +65,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." (secondary-selection ((t (:background ,base02)))) (trailing-whitespace ((t (:foreground ,red :inverse-video t)))) (vertical-border ((t (:foreground ,base0)))) + ;; comint + (comint-highlight-prompt ((t (:foreground ,blue)))) ;; compilation (compilation-info ((t (:foreground ,green :bold t)))) (compilation-warning ((t (:foreground ,orange :bold t)))) @@ -114,8 +116,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." ;; show-paren (show-paren-match-face ((t (:background ,cyan :foreground ,base3)))) (show-paren-mismatch-face ((t (:background ,red :foreground ,base3)))) - ;; comint - (comint-highlight-prompt ((t (:foreground ,blue)))) + ;; extra modules + ;; ------------- ;; gnus (gnus-cite-1 ((t (:foreground ,magenta)))) (gnus-cite-2 ((t (:foreground ,base2))))