gtk: switch main theme
All checks were successful
flake check / check (push) Successful in 5m50s
fmt check / check (push) Successful in 40s

This commit is contained in:
notohh 2023-11-15 05:47:37 -05:00
parent 03ffca4c7a
commit 8ce5c89746
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";
};
}; };
}; };
} }