Refine magit faces
This commit is contained in:
parent
785655ed1d
commit
a71eae0a30
@ -697,6 +697,7 @@
|
|||||||
`(magit-section-heading ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button))))))
|
`(magit-section-heading ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button))))))
|
||||||
`(magit-section-heading-selection ((,class (:foreground ,base-8 :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-section-secondary-heading ((,class (:foreground ,base-7 :weight bold))))
|
||||||
`(magit-sequence-drop ((,class (:foreground ,red))))
|
`(magit-sequence-drop ((,class (:foreground ,red))))
|
||||||
`(magit-sequence-head ((,class (:foreground ,blue))))
|
`(magit-sequence-head ((,class (:foreground ,blue))))
|
||||||
`(magit-sequence-part ((,class (:foreground ,orange))))
|
`(magit-sequence-part ((,class (:foreground ,orange))))
|
||||||
@ -709,9 +710,8 @@
|
|||||||
`(magit-signature-untrusted ((,class (:foreground ,yellow))))
|
`(magit-signature-untrusted ((,class (:foreground ,yellow))))
|
||||||
`(magit-tag ((,class (:foreground ,fg-alt))))
|
`(magit-tag ((,class (:foreground ,fg-alt))))
|
||||||
`(magit-filename ((,class (:foreground ,violet))))
|
`(magit-filename ((,class (:foreground ,violet))))
|
||||||
`(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))
|
`(git-commit-summary ((,class (:foreground ,base-8))))
|
||||||
`(git-commit-summary ((,class (:foreground ,base-8 :weight bold))))
|
`(git-commit-overlong-summary ((,class (:foreground ,base-7 :strike-through t))))
|
||||||
`(git-commit-overlong-summary ((,class (:foreground ,base-7 :weight bold :strike-through t))))
|
|
||||||
`(git-commit-nonempty-second-line ((,class (:foreground ,base-7 :strike-through t))))
|
`(git-commit-nonempty-second-line ((,class (:foreground ,base-7 :strike-through t))))
|
||||||
`(git-commit-known-pseudo-header ((,class (:inherit git-commit-pseudo-header))))
|
`(git-commit-known-pseudo-header ((,class (:inherit git-commit-pseudo-header))))
|
||||||
`(git-commit-comment-heading ((,class (:foreground ,base-7))))
|
`(git-commit-comment-heading ((,class (:foreground ,base-7))))
|
||||||
|
Loading…
Reference in New Issue
Block a user