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

Loading…
Cancel
Save