diff --git a/helix/config.toml b/helix/config.toml index 02d9525..b9a180b 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1 +1,9 @@ -theme = "monokai_pro_spectrum" \ No newline at end of file +theme = "bogster" + +[editor] +true-color = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline"