Vanguard: use onedark theme

This commit is contained in:
Evie Litherland-Smith 2025-01-02 05:59:10 +00:00
parent 57b15d30be
commit 2e03915245
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
./desktop.nix
./steam.nix
];
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
home-manager.users.${username} = {
home = {
stateVersion = "23.05";

View file

@ -211,7 +211,7 @@
stylix = {
enable = true;
image = ./wallpapers/default.jpg;
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/one-light.yaml";
polarity = config.lib.stylix.scheme.variant;
opacity = {
applications = 0.9;