Switch back to light theme (again)
This commit is contained in:
parent
b8bcf98d2d
commit
34319c95fe
|
@ -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;
|
||||
|
|
|
@ -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, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue