mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +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 = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "Catppuccin-Mocha-Standard-Blue-dark";
|
||||
default = "Tokyonight-Dark-BL";
|
||||
description = "The name for the GTK theme package";
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
description = "The theme package to be used for GTK programs";
|
||||
default = pkgs.catppuccin-gtk.override {
|
||||
size = "standard";
|
||||
accents = ["blue"];
|
||||
variant = "mocha";
|
||||
tweaks = ["normal"];
|
||||
};
|
||||
default = pkgs.tokyo-night-gtk;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue