summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Fang <maxfangx@gmail.com>2023-03-03 04:29:28 -0600
committerGitHub <noreply@github.com>2023-03-03 05:29:28 -0500
commita240cc6b897bff0ee2e28789b8df10f6d1f03947 (patch)
treeb1d70b3c3b081ff89abd2cf1faa3eb04eddc6407
parentfd76fc175fe0ea69f2a769fa5e97dffa7b78d621 (diff)
Add `gruvmax-fang` theme (#1291)
-rw-r--r--themes.gitconfig49
1 files changed, 49 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index 1e217773..a2f46477 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -335,3 +335,52 @@
merge-conflict-ours-diff-header-decoration-style = "#434C5E" box
merge-conflict-theirs-diff-header-style = "#F1FA8C" bold
merge-conflict-theirs-diff-header-decoration-style = "#434C5E" box
+
+[delta "gruvmax-fang"]
+ # author: https://github.com/maxfangx
+ # General appearance
+ dark = true
+ syntax-theme = gruvbox-dark
+ # File
+ file-style = "#FFFFFF" bold
+ file-added-label = [+]
+ file-copied-label = [==]
+ file-modified-label = [*]
+ file-removed-label = [-]
+ file-renamed-label = [->]
+ file-decoration-style = "#434C5E" ul
+ file-decoration-style = "#84786A" ul
+ # No hunk headers
+ hunk-header-style = omit
+ # Line numbers
+ line-numbers = true
+ line-numbers-left-style = "#84786A"
+ line-numbers-right-style = "#84786A"
+ line-numbers-minus-style = "#A02A11"
+ line-numbers-plus-style = "#479B36"
+ line-numbers-zero-style = "#84786A"
+ line-numbers-left-format = " {nm:>3} │"
+ line-numbers-right-format = " {np:>3} │"
+ # Diff contents
+ inline-hint-style = syntax
+ minus-style = syntax "#330011"
+ minus-emph-style = syntax "#80002a"
+ minus-non-emph-style = syntax auto
+ plus-style = syntax "#001a00"
+ plus-emph-style = syntax "#003300"
+ plus-non-emph-style = syntax auto
+ whitespace-error-style = "#FB4934" reverse
+ # Commit hash
+ commit-decoration-style = normal box
+ commit-style = "#ffffff" bold
+ # Blame
+ blame-code-style = syntax
+ blame-format = "{author:>18} ({commit:>8}) {timestamp:<13} "
+ blame-palette = "#000000" "#1d2021" "#282828" "#3c3836"
+ # Merge conflicts
+ merge-conflict-begin-symbol = ⌃
+ merge-conflict-end-symbol = ⌄
+ merge-conflict-ours-diff-header-style = "#FABD2F" bold
+ merge-conflict-theirs-diff-header-style = "#FABD2F" bold overline
+ merge-conflict-ours-diff-header-decoration-style = ''
+ merge-conflict-theirs-diff-header-decoration-style = ''