git/.gitconfig.includes/colors.gitconfig

# git/.gitconfig.includes/colors.gitconfig
# Colors tuned to kanagawa-dragon, but readable on light terminals too.

[color]
    ui          = auto
    diff        = auto
    status      = auto
    branch      = auto
    interactive = auto

[color "branch"]
    current     = green bold
    local       = normal
    remote      = yellow
    upstream    = cyan

[color "status"]
    added       = green
    changed     = yellow
    untracked   = red
    branch      = cyan bold
    localBranch = magenta

[color "diff"]
    meta        = yellow
    frag        = magenta bold
    old         = red
    new         = green
    whitespace  = red reverse
    commit      = yellow bold