Gnus (not perfect but does not hurt the eyes any more), font-lock-doc, comint-prompt, diff headers

This commit is contained in:
cmm 2011-04-09 00:33:16 +03:00
parent 038c25dfdb
commit b578ea8ef8
1 changed files with 57 additions and 1 deletions

View File

@ -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,59 @@ 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 ,base2))))
(gnus-cite-10 ((t (:foreground ,magenta))))
(gnus-cite-11 ((t (:foreground ,violet))))
(gnus-cite-2 ((t (:foreground ,red))))
(gnus-cite-3 ((t (:foreground ,base3))))
(gnus-cite-4 ((t (:foreground ,base2))))
(gnus-cite-5 ((t (:foreground ,base1))))
(gnus-cite-6 ((t (:foreground ,base3))))
(gnus-cite-7 ((t (:foreground ,green))))
(gnus-cite-8 ((t (:foreground ,base3))))
(gnus-cite-9 ((t (:foreground ,base2))))
(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 ,base1 :bold t))))
(gnus-group-mail-3-empty ((t (:foreground ,base1))))
(gnus-group-mail-low ((t (:foreground ,magenta :bold t))))
(gnus-group-mail-low-empty ((t (:foreground ,magenta))))
(gnus-group-news-1 ((t (:foreground ,base2 :bold t))))
(gnus-group-news-1-empty ((t (:foreground ,base2))))
(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 ,base2 :italic t))))
(gnus-header-from ((t (:foreground ,base1))))
(gnus-header-name ((t (:foreground ,blue))))
(gnus-header-newsgroups ((t (:foreground ,green :italic t))))
(gnus-header-subject ((t (:foreground ,green))))
(gnus-server-agent ((t (:foreground ,base3 :bold t))))
(gnus-server-closed ((t (:foreground ,base2 :italic t))))
(gnus-server-denied ((t (:foreground ,red :bold t))))
(gnus-server-offline ((t (:foreground ,yellow :bold t))))
(gnus-server-opened ((t (:foreground ,cyan :bold t))))
(gnus-splash ((t (:foreground ,base2))))
(gnus-summary-cancelled ((t (:foreground "yellow" :background "black"))))
(gnus-summary-high-ancient ((t (:foreground ,base1 :bold t))))
(gnus-summary-high-read ((t (:foreground ,base0 :bold t))))
(gnus-summary-high-ticked ((t (:foreground ,base2 :bold t))))
(gnus-summary-high-undownloaded ((t (:foreground ,cyan :bold t))))
(gnus-summary-low-ancient ((t (:foreground ,base1 :italic t))))
(gnus-summary-low-read ((t (:foreground ,base0 :italic t))))
(gnus-summary-low-ticked ((t (:foreground ,base2 :italic t))))
(gnus-summary-low-undownloaded ((t (:foreground ,cyan :italic t))))
(gnus-summary-normal-ancient ((t (:foreground ,base1))))
(gnus-summary-normal-read ((t (:foreground ,base0))))
(gnus-summary-normal-ticked ((t (:foreground ,base2))))
(gnus-summary-normal-undownloaded ((t (:foreground ,cyan))))))))
(defun color-theme-solarized-dark ()
(interactive)