This commit is contained in:
Greg Pfeil 2011-04-15 08:57:52 -04:00
commit 310b41d431
1 changed files with 68 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(trailing-whitespace ((t (:foreground ,red :inverse-video t))))
(vertical-border ((t (:foreground ,base0))))
;; compilation
(compilation-info ((t (:forground ,green :bold t))))
(compilation-info ((t (:foreground ,green :bold t))))
(compilation-warning ((t (:foreground ,orange :bold t))))
;; customize
(custom-button
@ -86,6 +86,9 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(diff-added ((t (:foreground ,green :inverse-video t))))
(diff-changed ((t (:foreground ,yellow :inverse-video t))))
(diff-removed ((t (:foreground ,red :inverse-video t))))
(diff-header ((t (:background ,base01))))
(diff-file-header ((t (:background ,base1 :foreground ,base01 :bold t))))
(diff-refine-change ((t (:background ,base1))))
;; emacs-wiki
(emacs-wiki-bad-link-face ((t (:foreground ,red :underline t))))
(emacs-wiki-link-face ((t (:foreground ,blue :underline t))))
@ -100,6 +103,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(font-lock-type-face ((t (:foreground ,yellow))))
(font-lock-variable-name-face ((t (:foreground ,blue))))
(font-lock-warning-face ((t (:foreground ,red :bold t))))
(font-lock-doc-face ((t (:foreground ,cyan :italic t))))
;; info
(info-xref ((t (:foreground ,blue :underline t))))
(info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))
@ -109,7 +113,69 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(org-done ((t (:foreground ,green :bold t))))
;; show-paren
(show-paren-match-face ((t (:background ,cyan :foreground ,base3))))
(show-paren-mismatch-face ((t (:background ,red :foreground ,base3))))))))
(show-paren-mismatch-face ((t (:background ,red :foreground ,base3))))
;; comint
(comint-highlight-prompt ((t (:foreground ,blue))))
;; gnus
(gnus-cite-1 ((t (:foreground ,magenta))))
(gnus-cite-2 ((t (:foreground ,base2))))
(gnus-cite-3 ((t (:foreground ,base3))))
(gnus-cite-4 ((t (:foreground ,base1))))
(gnus-cite-5 ((t (:foreground ,magenta))))
(gnus-cite-6 ((t (:foreground ,base2))))
(gnus-cite-7 ((t (:foreground ,base3))))
(gnus-cite-8 ((t (:foreground ,base1))))
(gnus-cite-9 ((t (:foreground ,base2))))
(gnus-cite-10 ((t (:foreground ,base3))))
(gnus-cite-11 ((t (:foreground ,blue))))
(gnus-group-mail-1 ((t (:foreground ,base3 :bold t))))
(gnus-group-mail-1-empty ((t (:foreground ,base3))))
(gnus-group-mail-2 ((t (:foreground ,base2 :bold t))))
(gnus-group-mail-2-empty ((t (:foreground ,base2))))
(gnus-group-mail-3 ((t (:foreground ,magenta :bold t))))
(gnus-group-mail-3-empty ((t (:foreground ,magenta))))
(gnus-group-mail-low ((t (:foreground ,base00 :bold t))))
(gnus-group-mail-low-empty ((t (:foreground ,base00))))
(gnus-group-news-1 ((t (:foreground ,base1 :bold t))))
(gnus-group-news-1-empty ((t (:foreground ,base1))))
(gnus-group-news-2 ((t (:foreground ,blue :bold t))))
(gnus-group-news-2-empty ((t (:foreground ,blue))))
(gnus-group-news-low ((t (:foreground ,violet :bold t))))
(gnus-group-news-low-empty ((t (:foreground ,violet))))
(gnus-header-content ((t (:foreground ,cyan :italic t))))
(gnus-header-from ((t (:foreground ,base2))))
(gnus-header-name ((t (:foreground ,blue))))
(gnus-header-newsgroups ((t (:foreground ,green :italic t))))
(gnus-header-subject ((t (:foreground ,base1))))
(gnus-server-agent ((t (:foreground ,base3 :bold t))))
(gnus-server-closed ((t (:foreground ,base1 :italic t))))
(gnus-server-denied ((t (:foreground ,base2 :bold t))))
(gnus-server-offline ((t (:foreground ,green :bold t))))
(gnus-server-opened ((t (:foreground ,cyan :bold t))))
(gnus-splash ((t (:foreground ,base2))))
(gnus-summary-high-ancient ((t (:foreground ,magenta :bold t))))
(gnus-summary-high-read ((t (:foreground ,base1 :bold t))))
(gnus-summary-high-ticked ((t (:foreground ,base3 :bold t))))
(gnus-summary-high-undownloaded ((t (:foreground ,base2 :bold t))))
(gnus-summary-low-ancient ((t (:foreground ,magenta :italic t))))
(gnus-summary-low-read ((t (:foreground ,base1 :italic t))))
(gnus-summary-low-ticked ((t (:foreground ,base3 :italic t))))
(gnus-summary-low-undownloaded ((t (:foreground ,base2 :italic t))))
(gnus-summary-normal-ancient ((t (:foreground ,magenta))))
(gnus-summary-normal-read ((t (:foreground ,base1))))
(gnus-summary-normal-ticked ((t (:foreground ,base3))))
(gnus-summary-normal-undownloaded ((t (:foreground ,base2))))
;; Message
(message-mml ((t (:foreground ,blue))))
(message-cited-text ((t (:foreground ,base2))))
(message-separator ((t (:foreground ,base3))))
(message-header-xheader ((t (:foreground ,violet))))
(message-header-name ((t (:foreground ,cyan))))
(message-header-other ((t (:foreground ,red))))
(message-header-newsgroups ((t (:foreground ,yellow :bold t :italic t))))
(message-header-subject ((t (:foreground ,base00))))
(message-header-cc ((t (:foreground ,green :bold t))))
(message-header-to ((t (:foreground ,base1 :bold t))))))))
(defun color-theme-solarized-dark ()
(interactive)