summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohit K Viswanath <kvrohit@gmail.com>2023-06-21 22:22:18 +0530
committerGitHub <noreply@github.com>2023-06-21 12:52:18 -0400
commitc05f220ddc7b009e7eaac5ee087e0df92890858f (patch)
tree540c8764a4af22d22df8e8b56c50e836f9e42cba
parent953af74452ee4969f3b563ea80be5b11d9146917 (diff)
Add mellow-barbet theme (#1452)
Add a new theme based on the mellow color scheme: https://kvrohit.dev/mellow
-rw-r--r--themes.gitconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 7fc33f75..c63b6df5 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -410,3 +410,37 @@
diff-stat-align-width = 10
syntax-theme = none
width = variable
+
+[delta "mellow-barbet"]
+ # author: https://github.com/kvrohit
+ dark = true
+ syntax-theme = base16
+ line-numbers = true
+ side-by-side = true
+ file-style = brightwhite
+ file-decoration-style = none
+ file-added-label = [+]
+ file-copied-label = [==]
+ file-modified-label = [*]
+ file-removed-label = [-]
+ file-renamed-label = [->]
+ hunk-header-decoration-style = "#3e3e43" box ul
+ plus-style = brightgreen black
+ plus-emph-style = black green
+ minus-style = brightred black
+ minus-emph-style = black red
+ line-numbers-minus-style = brightred
+ line-numbers-plus-style = brightgreen
+ line-numbers-left-style = "#3e3e43"
+ line-numbers-right-style = "#3e3e43"
+ line-numbers-zero-style = "#57575f"
+ zero-style = syntax
+ whitespace-error-style = black bold
+ blame-code-style = syntax
+ blame-palette = "#161617" "#1b1b1d" "#2a2a2d" "#3e3e43"
+ merge-conflict-begin-symbol = ~
+ merge-conflict-end-symbol = ~
+ merge-conflict-ours-diff-header-style = yellow bold
+ merge-conflict-ours-diff-header-decoration-style = "#3e3e43" box
+ merge-conflict-theirs-diff-header-style = yellow bold
+ merge-conflict-theirs-diff-header-decoration-style = "#3e3e43" box