From 10780459066293352983b92dddc9087b9e1c19f9 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Sat, 10 Jan 2026 16:34:42 +0000 Subject: [PATCH] bat: change default theme to Nord --- bat/.config/bat/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bat/.config/bat/config b/bat/.config/bat/config index a6bfdf3..5132fc7 100644 --- a/bat/.config/bat/config +++ b/bat/.config/bat/config @@ -4,8 +4,9 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes ---theme="ansi" +#--theme="ansi" #--theme="base16" +--theme="Nord" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default):