dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.43k stars 361 forks source link

feat(theme): add arctic-fox custom theme #1539

Closed anthony-halim closed 7 months ago

anthony-halim commented 10 months ago

image image

Add custom gitconfig theme based on Nord color scheme.

pablospe commented 7 months ago

Maybe you could consider using similar characters than this PR: https://github.com/dandavison/delta/pull/1544/files

    file-added-label = [●]
    file-copied-label = [C]
    file-modified-label = [+]
    file-removed-label = [⛌]
    file-renamed-label = [→]
dandavison commented 7 months ago

Thanks @anthony-halim! (Sorry I was so slow to respond here.)