From eaf44775076cdfe5ea93eee83515875aefbf9e89 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 6 Sep 2022 03:51:45 -0500 Subject: [PATCH] refactor(bat): use gruvbox-dark theme --- dots/.config/bat/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/bat/config b/dots/.config/bat/config index f0ca0d45..10db2b8e 100644 --- a/dots/.config/bat/config +++ b/dots/.config/bat/config @@ -1,7 +1,7 @@ # This is `bat`s configuration file. Each line either contains a comment or # a command-line option that you want to pass to `bat` by default. You can # run `bat --help` to get a list of all possible configuration options. ---theme="Solarized (dark)" +--theme="gruvbox-dark" --style="header,grid,numbers,snip" --italic-text="always" --pager="never"