From bc78966a34e70bc5c6e8151221121605549830bb Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 24 Jul 2025 16:00:27 +0200 Subject: [PATCH] New bat configuration --- bat/.config/bat/config | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/bat/.config/bat/config b/bat/.config/bat/config index 5ba88de..055e23e 100644 --- a/bat/.config/bat/config +++ b/bat/.config/bat/config @@ -4,22 +4,27 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes + +# Theme --theme="Catppuccin Frappe" +# Style +--style="header,changes,numbers" + # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): -#--italic-text=always +--italic-text=always # Uncomment the following line to disable automatic paging: -#--paging=never +--paging=auto # 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 # disable text selection, unless you press shift. -#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse" +--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse" # Syntax mappings: map a certain filename pattern to a language. # Example 1: use the C++ syntax for Arduino .ino files # Example 2: Use ".gitignore"-style highlighting for ".ignore" files -#--map-syntax "*.ino:C++" -#--map-syntax ".ignore:Git Ignore" +--map-syntax "*.ino:C++" +--map-syntax ".ignore:Git Ignore"