Improve consistency of magit face colors

This commit is contained in:
Jessie Hildebrandt 2022-12-11 16:26:31 -05:00
parent ee38f9c0e8
commit fd47c8fb91

View File

@ -537,8 +537,8 @@
`(magit-bisect-skip ((,class (:foreground ,orange)))) `(magit-bisect-skip ((,class (:foreground ,orange))))
`(magit-blame-date ((,class (:foreground ,red)))) `(magit-blame-date ((,class (:foreground ,red))))
`(magit-blame-heading ((,class (:background ,base-3 :foreground ,orange)))) `(magit-blame-heading ((,class (:background ,base-3 :foreground ,orange))))
`(magit-branch-current ((,class (:foreground ,blue)))) `(magit-branch-current ((,class (:foreground ,cyan))))
`(magit-branch-local ((,class (:foreground ,yellow)))) `(magit-branch-local ((,class (:foreground ,blue))))
`(magit-branch-remote ((,class (:foreground ,green)))) `(magit-branch-remote ((,class (:foreground ,green))))
`(magit-cherry-equivalent ((,class (:foreground ,violet)))) `(magit-cherry-equivalent ((,class (:foreground ,violet))))
`(magit-cherry-unmatched ((,class (:foreground ,cyan)))) `(magit-cherry-unmatched ((,class (:foreground ,cyan))))
@ -576,7 +576,7 @@
`(magit-reflog-reset ((,class (:inherit 'error)))) `(magit-reflog-reset ((,class (:inherit 'error))))
`(magit-refname ((,class (:foreground ,base-5)))) `(magit-refname ((,class (:foreground ,base-5))))
`(magit-section-heading ((,class (:foreground ,base-7 :weight bold)))) `(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-section-highlight ((,class (:inherit 'hl-line))))
`(magit-sequence-drop ((,class (:foreground ,red)))) `(magit-sequence-drop ((,class (:foreground ,red))))
`(magit-sequence-head ((,class (:foreground ,blue)))) `(magit-sequence-head ((,class (:foreground ,blue))))
@ -588,7 +588,7 @@
`(magit-signature-good ((,class (:inherit 'success)))) `(magit-signature-good ((,class (:inherit 'success))))
`(magit-signature-revoked ((,class (:foreground ,magenta)))) `(magit-signature-revoked ((,class (:foreground ,magenta))))
`(magit-signature-untrusted ((,class (:foreground ,yellow)))) `(magit-signature-untrusted ((,class (:foreground ,yellow))))
`(magit-tag ((,class (:foreground ,yellow)))) `(magit-tag ((,class (:foreground ,teal))))
`(magit-filename ((,class (:foreground ,violet)))) `(magit-filename ((,class (:foreground ,violet))))
`(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold)))) `(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))