summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Halim <anthonyhalim1997@gmail.com>2023-12-13 23:59:07 +0800
committerGitHub <noreply@github.com>2023-12-13 10:59:07 -0500
commitfdfcc8fce30754a4f05eeb167a15d519888fc909 (patch)
treefd5b2fb81a3ae9124a385ab205496d9dd627d415
parentfbd4408fb6b4cf149b5309a82e31fed3916fc1a6 (diff)
feat(theme): add arctic-fox config (#1539)
-rw-r--r--themes.gitconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/themes.gitconfig b/themes.gitconfig
index fe5c8628..6792b3ad 100644
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -473,3 +473,39 @@
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
+
+[delta "arctic-fox"]
+ # author: https://github.com/anthony-halim
+ dark = true
+ syntax-theme = Nord
+ file-added-label = [+]
+ file-copied-label = [==]
+ file-modified-label = [*]
+ file-removed-label = [-]
+ file-renamed-label = [->]
+ file-style = omit
+ hunk-header-decoration-style = "#5E81AC" ul
+ hunk-header-file-style = blue ul bold
+ hunk-header-line-number-style = yellow box bold
+ hunk-header-style = file line-number syntax bold italic
+ plus-style = brightgreen
+ plus-emph-style = black green
+ minus-style = brightred
+ minus-emph-style = black red
+ line-numbers = true
+ line-numbers-minus-style = brightred
+ line-numbers-plus-style = brightgreen
+ line-numbers-left-style = "#5E81AC"
+ line-numbers-right-style = "#5E81AC"
+ line-numbers-zero-style = "#4C566A"
+ zero-style = syntax
+ whitespace-error-style = black bold
+ blame-code-style = syntax
+ blame-format = "{author:<18} {commit:<6} {timestamp:<15}"
+ blame-palette = "#2E3440" "#3B4252" "#434C5E"
+ merge-conflict-begin-symbol = ~
+ merge-conflict-end-symbol = ~
+ merge-conflict-ours-diff-header-style = yellow bold
+ 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