template git config theme

Amolith created

Change summary

dot_config/git/config.tmpl | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

dot_config/git/config → dot_config/git/config.tmpl 🔗

@@ -18,7 +18,12 @@
     pager = delta
 [delta]
 	line-numbers = true
+	{{- if eq .theme_variant "dark" }}
     syntax-theme = base16
+	{{- end }}
+	{{- if eq .theme_variant "light" }}
+    syntax-theme = onehalflight
+	{{- end }}
 [interactive]
     diffFilter = delta --color-only
 [pull]