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 ./desktop.nix
./steam.nix ./steam.nix
]; ];
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
home-manager.users.${username} = { home-manager.users.${username} = {
home = { home = {
stateVersion = "23.05"; stateVersion = "23.05";

View file

@ -211,7 +211,7 @@
stylix = { stylix = {
enable = true; enable = true;
image = ./wallpapers/default.jpg; 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; polarity = config.lib.stylix.scheme.variant;
opacity = { opacity = {
applications = 0.9; applications = 0.9;