fix(gui): fix catppuccin palette
This commit is contained in:
parent
278bae388b
commit
03af7d5c18
3 changed files with 129 additions and 209 deletions
|
@ -8,10 +8,10 @@ in {
|
|||
options.home.catppuccin = {
|
||||
enable = mkEnableOption "catppuccin colour scheme" // { default = gui; };
|
||||
|
||||
sway = mkOption {
|
||||
palette = mkOption {
|
||||
type = with types; str;
|
||||
default = "frappe";
|
||||
description = "colour palette used in sway";
|
||||
description = "colour palette in use";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue