Switch back to light theme (again)

This commit is contained in:
Evie Litherland-Smith 2024-12-27 12:48:26 +00:00
parent b8bcf98d2d
commit 34319c95fe
2 changed files with 2 additions and 8 deletions

View file

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

View file

@ -1,11 +1,5 @@
{ lib, username, ... }:
{
lib,
pkgs,
username,
...
}:
{
stylix.base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/one-light.yaml";
home-manager.users.${username} =
{ config, ... }:
{