refactor(ghostty): simplify theme configuration

Amolith created

Change summary

dot_config/ghostty/config.tmpl | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

Detailed changes

dot_config/ghostty/config.tmpl 🔗

@@ -1,10 +1,4 @@
-window-decoration = none
-{{- if eq .theme_variant "dark" }}
-theme = everforest-dark
-{{- end }}
-{{- if eq .theme_variant "light" }}
-theme = everforest-light
-{{- end }}
+theme = dark:everforest-dark,light:everforest-light
 font-family = {{ .font }}
 font-feature = +ss01
 font-feature = -calt