always use spacechalk theme by default

This commit is contained in:
JesseBot 2024-07-19 14:27:01 +02:00
parent 44e677de67
commit 72a347df76
No known key found for this signature in database

View file

@ -4,14 +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="DarkNeon" --theme="spacechalk"
# 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