Switch back to one-dark/one-light base24 themes

This commit is contained in:
Evie Litherland-Smith 2025-02-24 16:19:43 +00:00
parent eef2410165
commit 1f5d95aa93
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@
stylix = {
enable = true;
image = ./wallpapers/default.png;
base16Scheme = lib.mkDefault ./themes/catppuccin-macchiato.yaml;
base16Scheme = lib.mkDefault ./themes/one-dark.yaml;
polarity = config.lib.stylix.colors.variant;
opacity = {
applications = 1.0;

View file

@ -5,7 +5,7 @@
...
}:
{
stylix.base16Scheme = ./themes/catppuccin-latte.yaml;
stylix.base16Scheme = ./themes/one-light.yaml;
services.samba.enable = true;
environment.systemPackages = with pkgs; [ twinkle ];
home-manager.users.${username} =