Skip to content

Commit

Permalink
Minor rearrangement of a couple of lines in @cmm’s submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Apr 15, 2011
1 parent 310b41d commit c8e9f41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions color-theme-solarized.el
Expand Up @@ -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))))
Expand Down Expand Up @@ -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))))
Expand Down

0 comments on commit c8e9f41

Please sign in to comment.