From ea2e90adcf60756fb02a44767288891a308bf2dd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 1 Aug 2024 22:35:06 +0200 Subject: [PATCH] feat: add true color Signed-off-by: kjuulh --- dot_config/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 27d1b94..ca10b58 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -3,8 +3,8 @@ theme = "dracula_transparent" [editor] line-number = "relative" mouse = false +true-color = true + [editor.file-picker] hidden = false - -