refactor(bat): use gruvbox-dark theme

This commit is contained in:
Price Hiller 2022-09-06 03:51:45 -05:00
parent 1dce9b65c3
commit eaf4477507

View File

@ -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"