diff options
| author | Laurens Vanderhoven <1200701+lvdh@users.noreply.github.com> | 2024-11-01 00:27:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 19:27:54 -0400 |
| commit | f846a1af98f195771ea433b957cce56fa13c3495 (patch) | |
| tree | 848a1b3967014aa127a48c9a43df8ef802890e06 | |
| parent | 4f207f7755b0131d4fce0d5fbc74a3b5d03be224 (diff) | |
Add themes weeping-willow, mirthful-willow (#1864)
| -rw-r--r-- | themes.gitconfig | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig index 8faf37d..ac63978 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -571,3 +571,95 @@ whitespace-error-style = "#280050" wrap-max-lines = unlimited wrap-right-percent = 1 + +[delta "weeping-willow"] + # See 'mirthful-willow' for light mode version. + # Heavily inspired by the themes above. Thank you. <3 + # author: https://github.com/lvdh + dark = true + right-arrow = > + syntax-theme = Coldark-Dark + # -- git + blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " + blame-palette = "purple darkmagenta darkviolet darkslateblue blueviolet rebeccapurple slateblue mediumpurple mediumslateblue" + commit-decoration-style = none + commit-style = bold white olive + # -- grep + grep-file-style = olive + grep-line-number-style = orange + # -- diff + keep-plus-minus-markers = true + line-numbers = true + line-numbers-minus-style = red + line-numbers-plus-style = green + line-numbers-left-style = grey + line-numbers-left-format = "{nm:>1}┊" + line-numbers-right-style = orange + line-numbers-right-format = "{np:>1}┊" + line-numbers-zero-style = gray + minus-emph-style = lemonchiffon crimson underline + minus-empty-line-marker-style = normal maroon + minus-style = syntax darkred + plus-emph-style = lemonchiffon olivedrab underline + plus-empty-line-marker-style = normal seagreen + plus-style = syntax darkgreen + whitespace-error-style = black white + zero-style = syntax + # -- decorations + file-decoration-style = olive overline + file-added-label = [+] + file-copied-label = [=] + file-modified-label = [*] + file-removed-label = [-] + file-renamed-label = [>] + file-style = olive bold + hunk-header-decoration-style = none + hunk-header-file-style = olive + hunk-header-line-number-style = orange + hunk-header-style = file line-number purple + +[delta "mirthful-willow"] + # See 'weeping-willow' for dark mode version. + # Heavily inspired by the themes above. Thank you. <3 + # author: https://github.com/lvdh + light = true + right-arrow = > + syntax-theme = Coldark-Cold + # -- git + blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ " + blame-palette = "whitesmoke lavender palegreen powderblue khaki lightcoral silver palegreen gainsboro" + commit-decoration-style = none + commit-style = bold white darkgoldenrod + # -- grep + grep-file-style = darkgoldenrod + grep-line-number-style = orange + # -- diff + keep-plus-minus-markers = true + line-numbers = true + line-numbers-minus-style = red + line-numbers-plus-style = green + line-numbers-left-style = darkgrey + line-numbers-left-format = "{nm:>1}┊" + line-numbers-right-style = orange + line-numbers-right-format = "{np:>1}┊" + line-numbers-zero-style = darkgray + minus-emph-style = black tomato underline + minus-empty-line-marker-style = normal orangered + minus-style = syntax lightpink + plus-emph-style = black limegreen underline + plus-empty-line-marker-style = normal forestgreen + plus-style = syntax lightgreen + whitespace-error-style = black white + zero-style = syntax + # -- decorations + file-decoration-style = darkgoldenrod overline + file-added-label = [+] + file-copied-label = [=] + file-modified-label = [*] + file-removed-label = [-] + file-renamed-label = [>] + file-style = darkgoldenrod bold + hunk-header-decoration-style = none + hunk-header-file-style = darkgoldenrod + hunk-header-line-number-style = orange + hunk-header-style = file line-number purple |
