helix: Add light theme
This commit is contained in:
14
tree/.config/helix/config.toml.tpl
Normal file
14
tree/.config/helix/config.toml.tpl
Normal file
@ -0,0 +1,14 @@
|
||||
{% if light %}
|
||||
theme = "gruvbox_light"
|
||||
{% else %}
|
||||
theme = "gruvbox"
|
||||
{% end %}
|
||||
|
||||
[editor]
|
||||
auto-format = true
|
||||
#line-number = "relative"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
Reference in New Issue
Block a user