fix(theme): tweak magit-diff-hunk-heading face to make it more readable

This commit is contained in:
2021-09-13 12:31:37 +01:00
parent c8ac90106d
commit 784a29585a

View File

@@ -30,6 +30,10 @@
;; fill-column-indicator
`(fill-column-indicator ((t ( :foreground ,(doom-lighten 'base3 0.10) ))))
;; magit
`(magit-diff-hunk-heading ((t ( :foreground ,(doom-color 'violet)
:background ,(doom-blend 'violet 'bg 0.3)))))
;; diff-hl
`(diff-hl-insert ((t ( :foreground ,(doom-blend 'vc-added 'bg 0.7)
:background ,(doom-blend 'vc-added 'bg 0.2)))))