From 6168ceb344b91961a6fdba6edd5905edc7ee3b02 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 31 May 2025 11:42:42 -0600 Subject: [PATCH] refactor(ghostty): simplify theme configuration --- dot_config/ghostty/config.tmpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dot_config/ghostty/config.tmpl b/dot_config/ghostty/config.tmpl index d0cdf7fbe83d71bb7dc40f2bc0849f4c4f6aed1e..cdcbd574a3badc047a76b7f1a118b2bfc556d9d1 100644 --- a/dot_config/ghostty/config.tmpl +++ b/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