git/.gitconfig.includes/delta.gitconfig

# git/.gitconfig.includes/delta.gitconfig
# git-delta (https://github.com/dandavison/delta) pager config.

[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    navigate           = true
    side-by-side       = true
    line-numbers       = true
    syntax-theme       = Nord
    hyperlinks         = true
    hyperlinks-file-link-format = "vscode://file/{path}:{line}"
    file-style         = bold yellow
    file-decoration-style = none
    hunk-header-style  = file line-number syntax
    minus-style        = syntax "#3c1f1e"
    plus-style         = syntax "#1e3c1f"
    zero-style         = syntax
    whitespace-error-style = 22 reverse
    blame-code-style   = syntax
    blame-format       = "{author:<18} ({commit:>7}) {timestamp:^16}"

[diff]
    colorMoved = default

[merge]
    conflictstyle = diff3