From 7a925ab44757d161664891f4371c365d1374f0d5 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 3 Nov 2022 18:11:58 +0100 Subject: [PATCH] switch to onedark theme --- 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 c7e26b7..bfaa40e 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,4 +1,4 @@ -theme = "dracula" +theme = "onedark" [editor] line-number = "relative"