Browse Source

New Bat theme and lets see how disabling paging feels like

master
Julio Biason 4 years ago
parent
commit
843999416d
  1. 5
      bat/config

5
bat/config

@ -4,15 +4,14 @@
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
# for a list of all available themes
#'--theme="TwoDark"
--theme="Nord"
--theme="Monokai Extended"
# Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default):
#--italic-text=always
# Uncomment the following line to disable automatic paging:
#--paging=never
--paging=never
# 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

Loading…
Cancel
Save