mirror of
https://github.com/altercation/solarized
synced 2024-11-10 14:24:26 +00:00
Merged in antifuchs’ changes from https://gist.github.com/900002
This commit is contained in:
parent
9b3886465f
commit
2e58880df8
1 changed files with 8 additions and 1 deletions
|
@ -119,7 +119,14 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
|
||||||
(font-lock-warning-face ((t (:foreground ,red :bold t))))
|
(font-lock-warning-face ((t (:foreground ,red :bold t))))
|
||||||
;; info faces
|
;; info faces
|
||||||
(info-xref ((t (:foreground ,blue :underline t))))
|
(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 ()
|
(defun color-theme-solarized-dark ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue