Added some magit colors

This commit is contained in:
Tom Willemsen 2012-02-08 00:44:44 +01:00
parent be65e42667
commit 9cd583fb4d

View file

@ -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))))