helix: Add light theme
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
|
{% if light %}
|
||||||
|
theme = "gruvbox_light"
|
||||||
|
{% else %}
|
||||||
theme = "gruvbox"
|
theme = "gruvbox"
|
||||||
|
{% end %}
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
Reference in New Issue
Block a user