dotfiles/helix/config.toml

10 lines
122 B
TOML
Raw Normal View History

2022-04-04 06:42:03 +00:00
theme = "bogster"
[editor]
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"