Improve consistency of magit face colors
This commit is contained in:
parent
ee38f9c0e8
commit
fd47c8fb91
@ -537,8 +537,8 @@
|
||||
`(magit-bisect-skip ((,class (:foreground ,orange))))
|
||||
`(magit-blame-date ((,class (:foreground ,red))))
|
||||
`(magit-blame-heading ((,class (:background ,base-3 :foreground ,orange))))
|
||||
`(magit-branch-current ((,class (:foreground ,blue))))
|
||||
`(magit-branch-local ((,class (:foreground ,yellow))))
|
||||
`(magit-branch-current ((,class (:foreground ,cyan))))
|
||||
`(magit-branch-local ((,class (:foreground ,blue))))
|
||||
`(magit-branch-remote ((,class (:foreground ,green))))
|
||||
`(magit-cherry-equivalent ((,class (:foreground ,violet))))
|
||||
`(magit-cherry-unmatched ((,class (:foreground ,cyan))))
|
||||
@ -576,7 +576,7 @@
|
||||
`(magit-reflog-reset ((,class (:inherit 'error))))
|
||||
`(magit-refname ((,class (:foreground ,base-5))))
|
||||
`(magit-section-heading ((,class (:foreground ,base-7 :weight bold))))
|
||||
`(magit-section-heading-selection ((,class (:foreground ,orange :weight bold))))
|
||||
`(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold))))
|
||||
`(magit-section-highlight ((,class (:inherit 'hl-line))))
|
||||
`(magit-sequence-drop ((,class (:foreground ,red))))
|
||||
`(magit-sequence-head ((,class (:foreground ,blue))))
|
||||
@ -588,7 +588,7 @@
|
||||
`(magit-signature-good ((,class (:inherit 'success))))
|
||||
`(magit-signature-revoked ((,class (:foreground ,magenta))))
|
||||
`(magit-signature-untrusted ((,class (:foreground ,yellow))))
|
||||
`(magit-tag ((,class (:foreground ,yellow))))
|
||||
`(magit-tag ((,class (:foreground ,teal))))
|
||||
`(magit-filename ((,class (:foreground ,violet))))
|
||||
`(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user