summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-08 00:44:44 +0100
committerGravatar Tom Willemsen2012-02-08 00:44:44 +0100
commit9cd583fb4df9df98283bedb4307bb11b92b7a43a (patch)
tree3463f180436e140e1f3965728e92ddf96d55c12a
parentbe65e426676bba67c90bdfd0f249cfbf716519af (diff)
downloadtron-theme-9cd583fb4df9df98283bedb4307bb11b92b7a43a.tar.gz
tron-theme-9cd583fb4df9df98283bedb4307bb11b92b7a43a.zip
Added some magit colors
-rw-r--r--tron-theme.el11
1 files changed, 10 insertions, 1 deletions
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))))