branch: elpa/color-theme-tangotango
commit ae8d848259574cb5be2cbba6b76a4ff2fe438cb2
Author: Fabian Otto <[email protected]>
Commit: Julien Barnier <[email protected]>
Added colors for magit (thanks to Fabian Otto)
---
color-theme-tangotango.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 57f48e4..397523a 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -186,6 +186,9 @@
(ess-jb-h3-face ((t (:height 1.2 :foreground "#edd400" :slant normal))))
(ecb-default-highlight-face ((t (:background "#729fcf"))))
(ecb-tag-header-face ((t (:background "#f57900"))))
+ (magit-header ((t (:foreground "#edd400"))))
+ (magit-diff-add ((t (:foreground "#729fcf"))))
+ (magit-item-highlight ((t (:weight extra-bold :inverse-video t))))
)))
-(provide 'color-theme-tangotango)
\ No newline at end of file
+(provide 'color-theme-tangotango)