From 6ff38c30d9d919f824a3286b4df8ec064286fa54 Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 20 Oct 2023 17:39:34 +0200 Subject: [PATCH] Set ayu_dark theme in helix --- home/modules/helix/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index 625fc49..94d8b3c 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,4 +1,4 @@ -theme = "autumn" +theme = "ayu_dark" [editor] line-number = "relative"