From 2628308f0b5321c8eb0481e1db745e8bca0affc9 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 23 Sep 2025 17:15:02 +0200 Subject: [PATCH] helix: Add light theme --- tree/.config/helix/{config.toml => config.toml.tpl} | 4 ++++ 1 file changed, 4 insertions(+) rename tree/.config/helix/{config.toml => config.toml.tpl} (71%) diff --git a/tree/.config/helix/config.toml b/tree/.config/helix/config.toml.tpl similarity index 71% rename from tree/.config/helix/config.toml rename to tree/.config/helix/config.toml.tpl index a33df3e..5bc32f1 100644 --- a/tree/.config/helix/config.toml +++ b/tree/.config/helix/config.toml.tpl @@ -1,4 +1,8 @@ +{% if light %} +theme = "gruvbox_light" +{% else %} theme = "gruvbox" +{% end %} [editor] auto-format = true