Magit color support

This commit is contained in:
Benjamin Kudria 2011-04-15 13:44:57 -07:00
parent 6e7be5236b
commit 767b1a8a28
1 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,14 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(diff-file-header
((t (:background ,base1 :foreground ,base01 :bold t))))
(diff-refine-change ((t (:background ,base1))))
;; magit
(magit-file-header ((t (:foreground ,violet))))
(magit-hunk-header ((t (:foreground ,blue))))
(magit-header ((t (:foreground ,cyan))))
(magit-tag-label ((t (:background ,blue :foreground ,orange))))
(magit-diff-add ((t (:foreground ,blue))))
(magit-diff-del ((t (:foreground ,red))))
(magit-item-highlight ((t (:background ,base02))))
;; emacs-wiki
(emacs-wiki-bad-link-face ((t (:foreground ,red :underline t))))
(emacs-wiki-link-face ((t (:foreground ,blue :underline t))))