gtk: switch main theme
All checks were successful
flake check / check (push) Successful in 5m50s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 5m50s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
03ffca4c7a
commit
8ce5c89746
1 changed files with 2 additions and 6 deletions
|
@ -14,12 +14,8 @@
|
|||
package = pkgs.jost;
|
||||
};
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = ["pink"];
|
||||
size = "standard";
|
||||
variant = "mocha";
|
||||
};
|
||||
name = "Tokyonight-Dark-BL";
|
||||
package = pkgs.tokyo-night-gtk;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue