From 4b4efeecaf07e3bfc2cdedb0a34f0ae9b3e0de90 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 17 Jun 2021 10:14:34 +0200 Subject: [PATCH] Use white background color scheme for bat --- .config/bat/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bat/config b/.config/bat/config index 6dfeb79..35531a4 100644 --- a/.config/bat/config +++ b/.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="gruvbox-white" +--theme="Monokai Extended Light" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default):