Change some Magit colours

This commit is contained in:
Wojciech Kozlowski 2017-08-19 01:39:54 +01:00
parent 618c77f617
commit 4a5e1b6e08

View File

@ -216,9 +216,9 @@
`(magit-branch-local ((t (:foreground ,*blue* :inherit bold))))
`(magit-branch-remote ((t (:foreground ,*aqua* :inherit bold))))
`(magit-diff-context-highlight ((t (:background ,*bg-2* :foreground ,*normal*))))
`(magit-diff-file-header ((t (:background ,*comments-bg* :foreground ,*comments*))))
`(magit-diff-file-heading ((t (:background ,*comments-bg* :foreground ,*comments*))))
`(magit-diff-file-heading-highlight ((t (:background ,*comments-bg* :foreground ,*comments*))))
`(magit-diff-file-header ((t (:foreground ,*keywords*))))
`(magit-diff-file-heading ((t (:foreground ,*keywords*))))
`(magit-diff-file-heading-highlight ((t (:foreground ,*keywords*))))
`(magit-diff-hunk-header ((t (:background ,*ttip-bg* :foreground ,*ttip*))))
`(magit-diff-hunk-heading ((t (:background ,*ttip-bg* :foreground ,*ttip*))))
`(magit-diff-hunk-heading-highlight ((t (:background ,*ttip-bg* :foreground ,*ttip*))))