system: switch to Catppuccin again
This commit is contained in:
parent
216ddc8755
commit
154da6736d
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
toml = formats.toml {};
|
||||
helix-config = {
|
||||
theme = "gruvbox";
|
||||
theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
cursorline = false;
|
||||
color-modes = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue