diff options
| author | Jani <8681846+evilwaveforms@users.noreply.github.com> | 2024-03-12 04:39:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 22:39:30 -0400 |
| commit | f49fd3b012067e34c101d7dfc6cc3bbac1fe5ccc (patch) | |
| tree | 40bebea3d9132b4cdb4b359b93ecf87f8b1c287d /themes.gitconfig | |
| parent | d41d02d10f92222ee56e31caa64ca4ebf7da3f41 (diff) | |
Add `corvus` theme (#1652)
Diffstat (limited to 'themes.gitconfig')
| -rw-r--r-- | themes.gitconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig index 6792b3a..5a70786 100644 --- a/themes.gitconfig +++ b/themes.gitconfig @@ -509,3 +509,30 @@ merge-conflict-ours-diff-header-decoration-style = "#5E81AC" box merge-conflict-theirs-diff-header-style = yellow bold merge-conflict-theirs-diff-header-decoration-style = "#5E81AC" box + +[delta "corvus"] + # author: https://github.com/evilwaveforms + dark = true + commit-style = "#949494" + file-style = omit + syntax-theme = none + hunk-header-decoration-style = "#949494" ul + hunk-header-file-style = "#949494" + hunk-header-style = "#949494" + line-numbers = true + line-numbers-left-style = "#949494" + line-numbers-right-style = "#949494" + line-numbers-left-format = "{nm:>2}|" + line-numbers-right-format = "{np:>3} " + line-numbers-plus-style = "#54c047" + line-numbers-minus-style = bold "#591102" + plus-style = "#54c047" + plus-emph-style = bold "#54c047" + plus-non-emph-style = dim "#54c047" + minus-style = normal "#591102" + minus-emph-style = normal "#591102" + minus-non-emph-style = bold "#591102" + blame-code-style = omit + blame-format = "{author:<18} {commit:<6} {timestamp:<15}" + blame-palette = "#000000" "#343434" + zero-style = dim |
