chore(modules)!: use flavor and accent defaults from org (#145)
* chore(modules): update flavor and accent defaults * chore(modules/nixos): update default flavor
This commit is contained in:
parent
6e94e7505a
commit
3d3db414f3
2 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
flavour = lib.mkOption {
|
flavour = lib.mkOption {
|
||||||
type = lib.ctp.types.flavourOption;
|
type = lib.ctp.types.flavourOption;
|
||||||
default = "latte";
|
default = "mocha";
|
||||||
description = "Global Catppuccin flavour";
|
description = "Global Catppuccin flavour";
|
||||||
};
|
};
|
||||||
|
|
||||||
accent = lib.mkOption {
|
accent = lib.mkOption {
|
||||||
type = lib.ctp.types.accentOption;
|
type = lib.ctp.types.accentOption;
|
||||||
default = "teal";
|
default = "mauve";
|
||||||
description = "Global Catppuccin accent";
|
description = "Global Catppuccin accent";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
flavour = lib.mkOption {
|
flavour = lib.mkOption {
|
||||||
type = lib.ctp.types.flavourOption;
|
type = lib.ctp.types.flavourOption;
|
||||||
default = "latte";
|
default = "mocha";
|
||||||
description = "Global Catppuccin flavour";
|
description = "Global Catppuccin flavour";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue