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;