helix: Add light theme

This commit is contained in:
2025-09-23 17:15:02 +02:00
parent bbb7add614
commit 2628308f0b

View File

@ -1,4 +1,8 @@
{% if light %}
theme = "gruvbox_light"
{% else %}
theme = "gruvbox"
{% end %}
[editor]
auto-format = true