From 45331e0ce45eca06b117d87586412af17584cf36 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 1 Sep 2024 00:09:40 +0300 Subject: [PATCH] force true color in helix --- private_dot_config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index 61af415..cf60f1b 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -3,6 +3,7 @@ theme = "gruvbox" [editor] line-number = "relative" mouse = true +true-color=true [editor.cursor-shape] insert = "bar"