add bat config

Amolith created

Change summary

dot_config/bat/config.tmpl | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

dot_config/bat/config.tmpl 🔗

@@ -0,0 +1,6 @@
+{{- if eq .theme_variant "dark"}}
+--theme="Dracula"
+{{- end }}
+{{- if eq .theme_variant "light"}}
+--theme="OneHalfLight"
+{{- end }}