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

upstream-master
Greg Pfeil 15 years ago
parent 9b3886465f
commit 2e58880df8
  1. 9
      emacs-color-theme-solarized/color-theme-solarized.el

@ -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)

Loading…
Cancel
Save