foot.nix: fix colors, set alpha

This commit is contained in:
Bloxx12 2025-05-06 21:56:08 +02:00
commit 92bb3f929b
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -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 {