13 lines
187 B
TOML
13 lines
187 B
TOML
theme = "bogster"
|
|
|
|
[editor]
|
|
color-modes = true
|
|
cursorline = true
|
|
indent-guides.render = true
|
|
true-color = true
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|