A bat theme based on the Ayu color palette.
mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes"
git clone https://github.com/mathiasdonoso/ayu-bat
bat cache --buildList all installed Ayu themes:
bat --list-themes | grep ayuUse a theme directly
bat --theme="ayu-dark" main.cOr set it permanently via the BAT_THEME environment variable in your shell's startup file:
export BAT_THEME="ayu-dark"