Added some magit colors
This commit is contained in:
parent
be65e42667
commit
9cd583fb4d
1 changed files with 10 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
'(font-lock-preprocessor-face ((t (:foreground "#c3ab15" :weight bold))))
|
'(font-lock-preprocessor-face ((t (:foreground "#c3ab15" :weight bold))))
|
||||||
'(font-lock-string-face ((t (:foreground "#05e4a5"))))
|
'(font-lock-string-face ((t (:foreground "#05e4a5"))))
|
||||||
'(font-lock-type-face ((t (:foreground "#035390" :weight bold))))
|
'(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"))))
|
'(font-lock-warning-face ((t (:foreground "#000000" :background "#e0c624"))))
|
||||||
|
|
||||||
;; info
|
;; info
|
||||||
|
@ -67,6 +67,15 @@
|
||||||
'(info-xref ((t (:inherit 'default :underline t))))
|
'(info-xref ((t (:inherit 'default :underline t))))
|
||||||
'(info-xref-visited ((t (:inherit 'mouse :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
|
||||||
'(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
|
'(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
|
||||||
'(mode-line-buffer-id ((t (:weight bold))))
|
'(mode-line-buffer-id ((t (:weight bold))))
|
||||||
|
|
Loading…
Reference in a new issue