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 }}
Amolith created
dot_config/bat/config.tmpl | 6 ++++++
1 file changed, 6 insertions(+)
@@ -0,0 +1,6 @@
+{{- if eq .theme_variant "dark"}}
+--theme="Dracula"
+{{- end }}
+{{- if eq .theme_variant "light"}}
+--theme="OneHalfLight"
+{{- end }}