summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKriss <kr1ss.x@yandex.com>2021-01-01 00:52:15 +0100
committerGitHub <noreply@github.com>2020-12-31 18:52:15 -0500
commit22f45b3d5a6beaea25d5e8d8cfa9a8e17a1b9c9d (patch)
treed839a9d8a580cfafee969a82c2a6a8e7410db2b5
parente9ab16457d723b08298b5837a6dbf9e55407682f (diff)
add a sample delta theme to `themes.gitconfig` (#482)
Starting with a first example style, reflecting what I use personally.
-rw-r--r--themes.gitconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 4d52480b..72fb6769 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -16,3 +16,31 @@
# [delta "kingfisher"]
# hunk-header-style = file line-number syntax
# ...
+[delta "woolly-mammoth"]
+ dark = true
+ syntax-theme = Vibrant Sunburst
+ zero-style = syntax
+ minus-style = syntax "#400000"
+ minus-emph-style = syntax bold "#780000"
+ plus-style = syntax "#004000"
+ plus-emph-style = syntax bold "#007800"
+ whitespace-error-style = "#280050" reverse
+ commit-style = 232 bold italic 130
+ commit-decoration-style = 232 130 box
+ file-style = 232 bold 184
+ file-decoration-style = "#606018" overline
+ hunk-header-style = syntax bold italic 237
+ hunk-header-decoration-style = none
+ line-numbers = true
+ line-numbers-zero-style = "#545474" italic
+ line-numbers-left-format = "{nm:>1}┊"
+ line-numbers-right-format = "{np:>1}┊"
+ line-numbers-left-style = red
+ line-numbers-right-style = green
+ line-numbers-minus-style = red italic black
+ line-numbers-plus-style = green italic black
+ file-added-label = [+]
+ file-copied-label = [C]
+ file-modified-label = [M]
+ file-removed-label = [-]
+ file-renamed-label = [R]