From ddf56867991856f651ab317cec99c8717090b992 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Mon, 6 Jan 2025 01:20:58 -0600 Subject: [PATCH] helix: switch to catppuccin themes --- helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix/config.toml b/helix/config.toml index b97b844..ee220eb 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,5 +1,5 @@ -theme = "solarized_dark" -#theme = "solarized_light" +theme = "catppuccin_frappe" +#theme = "catppuccin_latte" [editor] auto-save = true