summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-29 07:47:38 -0400
committerDan Davison <dandavison7@gmail.com>2021-03-29 08:38:28 -0500
commit38a18b44996fc7c905b4a91637298dbf0c434284 (patch)
tree9acf8f2f3e970978572dbb59e8a5c28533b66af3
parentf57df9095f8eb08e21bf7ed685ab8865fb74ef5d (diff)
Add hoopoe theme
-rw-r--r--themes.gitconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index e29f785f..4331992a 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -68,6 +68,27 @@
plus-style = syntax "#cffff3"
syntax-theme = Github
+[delta "hoopoe"]
+ # author: https://github.com/dandavison
+ commit-decoration-style = blue ol
+ commit-style = raw
+ file-style = omit
+ hunk-header-decoration-style = blue box
+ hunk-header-file-style = red
+ 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"
+ syntax-theme = GitHub
+ zero-style = syntax
+
[delta "tangara-chilensis"]
# author: https://github.com/clnoll
commit-decoration-style = bold box ul "#34fd50"