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;
|
package = pkgs.jost;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
name = "Tokyonight-Dark-BL";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.tokyo-night-gtk;
|
||||||
accents = ["pink"];
|
|
||||||
size = "standard";
|
|
||||||
variant = "mocha";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue