From 72a347df76d43b03c53158d1ed21b525969b6799 Mon Sep 17 00:00:00 2001 From: jessebot Date: Fri, 19 Jul 2024 14:27:01 +0200 Subject: [PATCH] always use spacechalk theme by default --- .config/bat/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/bat/config b/.config/bat/config index d5599ec..5b6a498 100644 --- a/.config/bat/config +++ b/.config/bat/config @@ -4,14 +4,14 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes ---theme="DarkNeon" +--theme="spacechalk" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): --italic-text=always # Uncomment the following line to disable automatic paging: -#--paging=never +--paging=never # Uncomment the following line if you are using less version >= 551 and want to # enable mouse scrolling support in `bat` when running inside tmux. This might