From dfaf24c9e103f6f70f41c5d8c0d3e2fc43fdc648 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 26 Sep 2024 02:53:28 +0200 Subject: [PATCH] yellow is yellow --- flake-modules/rice.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake-modules/rice.nix b/flake-modules/rice.nix index 1be0f5f..a7e2131 100644 --- a/flake-modules/rice.nix +++ b/flake-modules/rice.nix @@ -2,7 +2,7 @@ pkgs: rec { lib = import ../nxlib/ricelib.nix pkgs.lib; - transparency = 0.8; + transparency = 0.7; rounding = 10; gap-size = 10; border-width = 3; @@ -21,7 +21,7 @@ pkgs: rec { green = "#44dd44"; # "#11dd11" "#11dd11"; magenta = "#dd44dd"; # "#dd11dd" "#005500"; red = "#dd4444"; # "#dd1111" "#00aa00"; - yellow = "#dd4444"; # "#dddd11" "#ffff00"; + yellow = "#dddd44"; # "#dddd11" "#ffff00"; }; facolor = builtins.mapAttrs alter-set (builtins.fromJSON (builtins.readFile ./colors.json)).to_alter; fbcolor = (builtins.fromJSON (builtins.readFile ./colors.json)).base;