summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-28 11:53:46 -0500
committerGitHub <noreply@github.com>2021-03-28 11:53:46 -0500
commit1f4691f208f4ccbf0c40b6b065b21fb65dbec0ab (patch)
tree95c4f9c4093e934500615d88acde554f1014ea41
parent6b0848daca42deef5a575ae136343e91d7481b36 (diff)
parent6da73bbc0d41642c463c29ceac1d7a954690d97c (diff)
Merge pull request #551 from clnoll/theme-coracias-cordatus
Add "coracias-cordatus" theme
-rw-r--r--themes.gitconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 13960e32..6818a240 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -112,3 +112,28 @@
plus-emph-style = syntax "#03a4ff"
side-by-side = true
syntax-theme = Vibrant Sunburst
+
+[delta "coracias-caudatus"]
+ # author: https://github.com/clnoll
+ commit-decoration-style = ol "#7536ff"
+ commit-style = "#200078"
+ file-decoration-style = none
+ file-style = omit
+ hunk-header-decoration-style = "#cfd6ff" ul
+ hunk-header-file-style = "#858dff"
+ hunk-header-line-number-style = "#7536ff"
+ hunk-header-style = file line-number syntax
+ light = true
+ line-numbers = true
+ line-numbers-left-format = "{nm:>4} ."
+ line-numbers-left-style = "#e3ab02"
+ line-numbers-minus-style = "#ff38b6"
+ line-numbers-plus-style = "#00e0c2"
+ line-numbers-right-format = "{np:>4} "
+ line-numbers-right-style = white
+ line-numbers-zero-style = "#cccccc"
+ minus-emph-style = bold "#ff3838" "#ffe3f7"
+ minus-style = "#ff0080"
+ plus-emph-style = "#008a81" bold "#00ffbf"
+ plus-style = syntax "#cffff3"
+ syntax-theme = Github