summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-19 23:01:37 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-21 12:27:51 -0500
commit4ded994eaaee353f969766282a978842d268b571 (patch)
tree4aa20d324479b342898e0f582dcb4e80fa3b11ff
parentb5c0223e781cc248d85450bed4408b3b9b36d70f (diff)
Update hoopoe theme to use custom style references
-rw-r--r--themes.gitconfig20
1 files changed, 12 insertions, 8 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 707e71c3..28764eee 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