From 6aeb038f615b5cef60928418fd9c5584fbf68eb2 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 16 Oct 2024 15:30:43 -0400 Subject: [PATCH] changed theme --- hosts/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 93cb66f..c159ec5 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -59,9 +59,9 @@ stylix = { enable = true; autoEnable = true; - polarity = "light"; + polarity = "dark"; image = ./wallpaper.png; - base16Scheme = "${pkgs.base16-schemes}/share/themes/brushtrees.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml"; opacity = { terminal = 0.85; popups = 0.75;