From 767b1a8a28e7c791d629b368d7a76d092e2f40c3 Mon Sep 17 00:00:00 2001 From: Benjamin Kudria Date: Fri, 15 Apr 2011 13:44:57 -0700 Subject: [PATCH] Magit color support --- color-theme-solarized.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/color-theme-solarized.el b/color-theme-solarized.el index 01d065c..fc0fe1c 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -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))))