Wiktor Zykubek eec986728c Add bat config with colorscheme based on my NeoVim
Also edit 'f' script - use bat instead of cat.
Unfortunetly I can't set this colors 1:1. 😥
2020-05-18 13:15:23 +02:00

21 lines
689 B
Plaintext

# vim: ft=config
--theme="colordamci"
--italic-text=always
--decorations=never
--color=always
# Uncomment the following line to disable automatic paging:
#--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
# disable text selection, unless you press shift.
#--pager="--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
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
#--map-syntax "*.ino:C++"
#--map-syntax ".ignore:Git Ignore"