bat: Add light theme
This commit is contained in:
6
tree/.config/bat/config.tpl
Normal file
6
tree/.config/bat/config.tpl
Normal file
@ -0,0 +1,6 @@
|
||||
{% if light %}
|
||||
--theme=gruvbox-light
|
||||
{% else %}
|
||||
--theme=gruvbox-dark
|
||||
{% end %}
|
||||
|
||||
Reference in New Issue
Block a user