From 264a6350f7a17200fd1d01bfaa6fdbefbd462fbe Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:12:01 +0100 Subject: [PATCH] set the theme to tokyonight storm for helix --- ansible/roles/helix/files/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/helix/files/helix/config.toml b/ansible/roles/helix/files/helix/config.toml index 24111df..a8af76d 100644 --- a/ansible/roles/helix/files/helix/config.toml +++ b/ansible/roles/helix/files/helix/config.toml @@ -1,3 +1,4 @@ +theme = "tokyonight_storm" [editor] mouse = false middle-click-paste = false