Refine magit faces

This commit is contained in:
Jessie Hildebrandt 2022-12-19 19:23:53 -05:00
parent 80bb330533
commit e0a594d0c2

View File

@ -604,7 +604,7 @@
`(magit-cherry-unmatched ((,class (:foreground ,cyan)))) `(magit-cherry-unmatched ((,class (:foreground ,cyan))))
`(magit-diff-context ((,class (:foreground ,fg-alt)))) `(magit-diff-context ((,class (:foreground ,fg-alt))))
`(magit-diff-context-highlight ((,class (:inherit 'hl-line :foreground ,base-6)))) `(magit-diff-context-highlight ((,class (:inherit 'hl-line :foreground ,base-6))))
`(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) `(magit-diff-file-heading ((,class (:foreground ,fg :extend t :box ,(when flat-button-available-p '(:line-width 2 :style flat-button))))))
`(magit-diff-file-heading-highlight ((,class (:inherit 'hl-line)))) `(magit-diff-file-heading-highlight ((,class (:inherit 'hl-line))))
`(magit-diff-file-heading-selection ((,class (:inherit 'hl-line :foreground ,blue :weight bold)))) `(magit-diff-file-heading-selection ((,class (:inherit 'hl-line :foreground ,blue :weight bold))))
`(magit-diff-hunk-heading ((,class (:background ,base-3 :foreground ,base-7 :extend t :box ,(when flat-button-available-p '(:line-width 1 :style flat-button)))))) `(magit-diff-hunk-heading ((,class (:background ,base-3 :foreground ,base-7 :extend t :box ,(when flat-button-available-p '(:line-width 1 :style flat-button))))))
@ -632,7 +632,7 @@
`(magit-reflog-remote ((,class (:foreground ,cyan)))) `(magit-reflog-remote ((,class (:foreground ,cyan))))
`(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 :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-sequence-drop ((,class (:foreground ,red)))) `(magit-sequence-drop ((,class (:foreground ,red))))