From 4a5e1b6e08cba6eeb30c0cc483a3f5ed2e59d8a8 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 19 Aug 2017 01:39:54 +0100 Subject: [PATCH] Change some Magit colours --- underwater-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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*))))