Merged in antifuchs’ changes from https://gist.github.com/900002

This commit is contained in:
Greg Pfeil 2011-04-03 18:56:09 +02:00
parent 9b3886465f
commit 2e58880df8
1 changed files with 8 additions and 1 deletions

View File

@ -119,7 +119,14 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(font-lock-warning-face ((t (:foreground ,red :bold t))))
;; info faces
(info-xref ((t (:foreground ,blue :underline t))))
(info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))))))
(info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))
;; org
(org-hide ((t (:foreground ,base03))))
(org-todo ((t (:foreground ,red :bold t))))
(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))))))))
(defun color-theme-solarized-dark ()
(interactive)