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