From 9cd583fb4df9df98283bedb4307bb11b92b7a43a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 8 Feb 2012 00:44:44 +0100 Subject: Added some magit colors --- tron-theme.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tron-theme.el b/tron-theme.el index 41e10f1..50a6d3c 100644 --- a/tron-theme.el +++ b/tron-theme.el @@ -56,7 +56,7 @@ '(font-lock-preprocessor-face ((t (:foreground "#c3ab15" :weight bold)))) '(font-lock-string-face ((t (:foreground "#05e4a5")))) '(font-lock-type-face ((t (:foreground "#035390" :weight bold)))) - '(font-lock-variable-name-face ((t (:foreground "#00915b")))) + '(font-lock-variable-name-face ((t (:foreground "#00815b")))) '(font-lock-warning-face ((t (:foreground "#000000" :background "#e0c624")))) ;; info @@ -67,6 +67,15 @@ '(info-xref ((t (:inherit 'default :underline t)))) '(info-xref-visited ((t (:inherit 'mouse :underline t)))) + ;; magit + '(magit-header ((t (:foreground "#e0c624" :weight bold)))) + '(magit-diff-add ((t (:foreground "#00815b")))) + '(magit-diff-del ((t (:foreground "OrangeRed")))) + '(magit-diff-hunk-header ((t (:background "#101010")))) + '(magit-diff-file-header ((t (:weight bold :inherit magit-diff-hunk-header)))) + '(magit-item-highlight ((t (:background "#101010")))) + '(magit-item-mark ((t (:background "#808080")))) + ;; mode-line '(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil)))) '(mode-line-buffer-id ((t (:weight bold)))) -- cgit v1.2.3-54-g00ecf