diff --git a/underwater-theme.el b/underwater-theme.el index 4948954..bd0722f 100644 --- a/underwater-theme.el +++ b/underwater-theme.el @@ -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*))))