From 4bc3e3b3f68be29578a4f8b4d7b183403e305008 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 22:33:43 +0100 Subject: [PATCH] stylix: drop the base03..07 override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we're on a different wallpaper with better-derived colours, the foreground neutralisation isn't needed — let stylix's wallpaper-derived palette stand on its own. Co-Authored-By: Claude Opus 4.7 --- settings/stylix.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/settings/stylix.nix b/settings/stylix.nix index ad923f6..fb28ae9 100644 --- a/settings/stylix.nix +++ b/settings/stylix.nix @@ -12,19 +12,6 @@ # under home-manager.users.fred.stylix.targets..enable = false. autoEnable = true; - # Hybrid: keep wallpaper-derived surfaces (base00..02) so dark - # backgrounds still carry the image's tint, but neutralise the - # foreground (base05..07) and mid-tones (base03..04) so text and - # syntax read crisply instead of being washed in warm cream. - # Accents (base08..0F) stay wallpaper-derived for character. - override = { - base03 = "5a5a5a"; # comments, invisibles - base04 = "9a9a9a"; # muted foreground - base05 = "e0e0e0"; # default foreground (was warm cream) - base06 = "f0f0f0"; # light foreground - base07 = "ffffff"; # lightest - }; - cursor = { package = pkgs.adwaita-icon-theme; name = "Adwaita";