From 154da6736dffed6ad3a44bcb453e7a81a0cab1e1 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 6 May 2025 09:42:32 +0200 Subject: [PATCH] system: switch to Catppuccin again --- modules/style/colors.nix | 2 +- packages/helix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/style/colors.nix b/modules/style/colors.nix index 07934ae..8b6dcd9 100644 --- a/modules/style/colors.nix +++ b/modules/style/colors.nix @@ -35,7 +35,7 @@ in { name = mkOption { type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]); description = "The colorscheme that should be used globally to theme your system."; - default = "Gruvbox"; + default = "Catppuccin Mocha"; }; slug = mkOption { diff --git a/packages/helix.nix b/packages/helix.nix index c084885..f9a9dd5 100644 --- a/packages/helix.nix +++ b/packages/helix.nix @@ -39,7 +39,7 @@ toml = formats.toml {}; helix-config = { - theme = "gruvbox"; + theme = "catppuccin_mocha"; editor = { cursorline = false; color-modes = true;