Switch back to one-light theme

This commit is contained in:
Evie Litherland-Smith 2024-12-24 12:21:12 +00:00
parent 2298a9264f
commit 3f270fc62e
2 changed files with 2 additions and 7 deletions

View file

@ -202,8 +202,8 @@
console.useXkbConfig = true;
stylix = {
enable = true;
image = ./wallpapers/space.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
image = ./wallpapers/default.jpg;
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
opacity = {
applications = 0.9;
desktop = 0.7;

View file

@ -1,14 +1,9 @@
{
lib,
pkgs,
username,
...
}:
{
stylix = {
image = lib.mkForce ./wallpapers/science/jet_glass_side_s100_pass_latest.png;
base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/one-light.yaml";
};
home-manager.users.${username} =
{ config, ... }:
{