Add colours for diff-mode

This commit is contained in:
Wojciech Kozlowski 2017-08-27 11:50:30 +01:00
parent 4620d2a0c5
commit a00368c8f8

View File

@ -198,6 +198,13 @@
`(rainbow-delimiters-depth-8-face ((t (:foreground ,*rdd-8*))))
`(rainbow-delimiters-depth-9-face ((t (:foreground ,*rdd-9*))))
;;;;; diff
`(diff-header ((t (:background ,*bg-4*))))
`(diff-file-header ((t (:foreground ,*normal*))))
`(diff-hunk-header ((t (:background ,*bg-3* :foreground ,*ttip*))))
`(diff-added ((t (:background ,*diff-added-bg* :foreground ,*diff-added-fg*))))
`(diff-removed ((t (:background ,*diff-rmvd-bg* :foreground ,*diff-rmvd-fg*))))
;;;;; magit
`(magit-blame-culprit ((t :background ,*cyan-bg* :foreground ,*fg-standout*)))
`(magit-blame-date ((t :background ,*cyan-bg* :foreground ,*string*)))