mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Move to tokyo-night gtk theme (catppuccin is deprecated)
This commit is contained in:
parent
80c1d84061
commit
934230098e
|
@ -10,19 +10,14 @@ in
|
||||||
theme = {
|
theme = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "Catppuccin-Mocha-Standard-Blue-dark";
|
default = "Tokyonight-Dark-BL";
|
||||||
description = "The name for the GTK theme package";
|
description = "The name for the GTK theme package";
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "The theme package to be used for GTK programs";
|
description = "The theme package to be used for GTK programs";
|
||||||
default = pkgs.catppuccin-gtk.override {
|
default = pkgs.tokyo-night-gtk;
|
||||||
size = "standard";
|
|
||||||
accents = ["blue"];
|
|
||||||
variant = "mocha";
|
|
||||||
tweaks = ["normal"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue