From cde72d8e757b51fdba7917369b36255cadc5e8be Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 31 Mar 2025 23:42:26 +0200 Subject: [PATCH] use more sensible values for styles --- common/home/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/home/default.nix b/common/home/default.nix index 313b183..dd8a98b 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -287,7 +287,7 @@ in display-shader = pkgs.substituteAll { src = ../../modules/automapaper/display-with_vars.glsl; background = inputs.nix-colors.lib.conversions.hexToGLSLVec config.lib.stylix.colors.base00; - foreground = inputs.nix-colors.lib.conversions.hexToGLSLVec config.lib.stylix.colors.base01; + foreground = inputs.nix-colors.lib.conversions.hexToGLSLVec config.lib.stylix.colors.base0E; }; state-shader = ../../modules/automapaper/state-game_of_life.glsl; init-shader = ../../modules/automapaper/init.glsl; @@ -465,7 +465,6 @@ in qt = { enable = enableGraphical; platformTheme.name = "adwaita"; - style.name = "adwaita-dark"; }; services = { @@ -523,7 +522,6 @@ in override = { # I liked my background colors from before, make it in more spots base00 = "0a000a"; - base01 = "192291"; }; targets = { neovim.enable = false; @@ -532,7 +530,7 @@ in firefox.profileNames = [ "profile_0" ]; qt = { enable = true; - platform = "qtct"; + platform = "adwaita"; }; }; };