From af8e15c410a4c9f92f83bff3e8e8f581ec8ec6f0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 19 May 2023 10:44:45 -0400 Subject: [PATCH] helix theme tweak && helix hidden files --- home/private_dot_config/helix/config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index 6ea1f7f..7db9fcc 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -1,4 +1,5 @@ -theme = "base16_default" - [editor] -true-color = true +theme = "meliora" + +[editor.file-picker] +hidden = false