summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclnoll <clnoll@users.noreply.github.com>2021-03-06 08:02:17 -0500
committerGitHub <noreply@github.com>2021-03-06 08:02:17 -0500
commit3ac63d94df7dfdfc92f188f352c43f9e23f1fabf (patch)
tree05de3e96e04721125fe944f22e8b6a524e92d01a
parent2619d07fa4ee701a19a08351ac4d3e7622e42877 (diff)
Add 'collared-trogon' theme (#534)
-rw-r--r--themes.gitconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index c295a8c8..f0037d82 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -70,3 +70,24 @@
plus-emph-style = bold green 22
plus-empty-line-marker-style = normal "#002800"
whitespace-error-style = reverse red
+
+[delta "collared-trogon"]
+ # author: https://github.com/clnoll
+ commit-decoration-style = bold box ul
+ file-style = omit
+ file-decoration-style = none
+ hunk-header-style = file line-number syntax
+ hunk-header-decoration-style = "#022b45" box ul
+ hunk-header-file-style = "#999999"
+ hunk-header-line-number-style = bold "#003300"
+ line-numbers = true
+ line-numbers-minus-style = "#80002a"
+ line-numbers-plus-style = "#003300"
+ line-numbers-zero-style = "#999999"
+ line-numbers-left-style = "#022b45"
+ line-numbers-right-style = "#022b45"
+ minus-style = normal "#330011"
+ minus-emph-style = normal "#80002a"
+ plus-style = syntax "#001a00"
+ plus-emph-style = syntax "#003300"
+ syntax-theme = Nord \ No newline at end of file