From d2d8c9a3643cd9d908c66208ca18450934085202 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 4 Apr 2022 01:42:03 -0500 Subject: [PATCH] Update helix config --- helix/config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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"