fix(gui): fix catppuccin palette

This commit is contained in:
514fpv 2024-02-14 14:40:48 +08:00
parent 278bae388b
commit 03af7d5c18
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 129 additions and 209 deletions

View file

@ -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 = {