From e3acfc189ae046458418d5d98c56c7673cf66df1 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 28 Dec 2024 23:17:42 +0100 Subject: [PATCH] Change Bat theme to Gruvbox Dark --- bat/.config/bat/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bat/.config/bat/config b/bat/.config/bat/config index 5ba88de..24cde80 100644 --- a/bat/.config/bat/config +++ b/bat/.config/bat/config @@ -4,7 +4,7 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes ---theme="Catppuccin Frappe" +--theme="gruvbox-dark" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default):