From 4ded994eaaee353f969766282a978842d268b571 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 19 Nov 2021 23:01:37 -0500 Subject: Update hoopoe theme to use custom style references --- themes.gitconfig | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'themes.gitconfig') diff --git a/themes.gitconfig b/themes.gitconfig index 707e71c..28764ee 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -75,6 +75,10 @@ [delta "hoopoe"] # author: https://github.com/dandavison + dark-pink-style = normal "#ffc0c0" + pink-style = normal "#ffe0e0" + green-style = syntax "#d0ffd0" + dark-green-style = syntax "#a0efa0" commit-decoration-style = blue ol commit-style = raw file-style = omit @@ -83,14 +87,14 @@ hunk-header-line-number-style = "#067a00" hunk-header-style = file line-number syntax light = true - minus-emph-style = normal "#ffc0c0" - minus-empty-line-marker-style = normal "#ffe0e0" - minus-non-emph-style = normal "#ffe0e0" - minus-style = normal "#ffe0e0" - plus-emph-style = syntax "#a0efa0" - plus-empty-line-marker-style = normal "#d0ffd0" - plus-non-emph-style = syntax "#d0ffd0" - plus-style = syntax "#d0ffd0" + minus-emph-style = dark-pink-style + minus-empty-line-marker-style = minus-style + minus-non-emph-style = minus-style + minus-style = pink-style + plus-emph-style = dark-green-style + plus-empty-line-marker-style = plus-style + plus-non-emph-style = plus-style + plus-style = green-style syntax-theme = GitHub zero-style = syntax -- cgit v1.2.3