# bat config (XDG: ~/.config/bat/config)
# https://github.com/sharkdp/bat#configuration-file

# Theme (list: bat --list-themes)
--theme="TwoDark"

# Show line numbers and Git modifications
--style="numbers,changes,header"

# Use italic text on terminals that support it
--italic-text=always

# Map file extensions when detection fails
# --map-syntax "*.conf:INI"
