From 92bb3f929b75bc3205da5c5877e2b50d3131b790 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 6 May 2025 21:56:08 +0200 Subject: [PATCH] foot.nix: fix colors, set alpha --- modules/programs/gui/foot.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/programs/gui/foot.nix b/modules/programs/gui/foot.nix index f1a03fa..30a2215 100644 --- a/modules/programs/gui/foot.nix +++ b/modules/programs/gui/foot.nix @@ -91,9 +91,6 @@ select-word-whitespace = "Control+BTN_LEFT-2"; }; - # 16=fab387 - # 17=f5e0dc - colors = { foreground = theme-colors.base05; # Text background = theme-colors.base00; # Base @@ -106,10 +103,10 @@ regular6 = "94e2d5"; # teal regular7 = "bac2de"; # Subtext 1 - bright0 = theme-colors.Surface2; # Surface 2 + bright0 = theme-colors.base04; # Surface 2 bright1 = theme-colors.base08; # red bright2 = theme-colors.base0B; # green - bright3 = theme-colors.yellow; # yellow + bright3 = theme-colors.base0A; # yellow bright4 = "89b4fa"; # blue bright5 = "f5c2e7"; # pink bright6 = "94e2d5"; # teal @@ -124,7 +121,7 @@ jump-labels = "11111b fab387"; urls = "89b4fa"; - alpha = 1.0; + alpha = 0.9; }; }); foot-wrapped = pkgs.symlinkJoin {