summaryrefslogtreecommitdiffstatshomepage
path: root/bat
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-30 14:14:50 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-30 14:14:50 -0500
commit9112c81c980f07882cf1b6a77bef9010793f2b86 (patch)
treedc7cf7cd8e83fe168450e582e710ce3172a84b8d /bat
parent30c7bd17c0da9082c33e93376c649a7d42646667 (diff)
feat(bat): add gruvbox theme to bat
Diffstat (limited to 'bat')
-rw-r--r--bat/.config/bat/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/bat/.config/bat/config b/bat/.config/bat/config
index df1d2f2..3c43c11 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="Visual Studio Dark+"
+--theme="gruvbox-dark"
# Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default):
@@ -16,7 +16,7 @@
# 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 .ino files