foot.nix: fix colors, set alpha
This commit is contained in:
parent
eddaca96e0
commit
92bb3f929b
1 changed files with 3 additions and 6 deletions
|
@ -91,9 +91,6 @@
|
||||||
select-word-whitespace = "Control+BTN_LEFT-2";
|
select-word-whitespace = "Control+BTN_LEFT-2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 16=fab387
|
|
||||||
# 17=f5e0dc
|
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
foreground = theme-colors.base05; # Text
|
foreground = theme-colors.base05; # Text
|
||||||
background = theme-colors.base00; # Base
|
background = theme-colors.base00; # Base
|
||||||
|
@ -106,10 +103,10 @@
|
||||||
regular6 = "94e2d5"; # teal
|
regular6 = "94e2d5"; # teal
|
||||||
regular7 = "bac2de"; # Subtext 1
|
regular7 = "bac2de"; # Subtext 1
|
||||||
|
|
||||||
bright0 = theme-colors.Surface2; # Surface 2
|
bright0 = theme-colors.base04; # Surface 2
|
||||||
bright1 = theme-colors.base08; # red
|
bright1 = theme-colors.base08; # red
|
||||||
bright2 = theme-colors.base0B; # green
|
bright2 = theme-colors.base0B; # green
|
||||||
bright3 = theme-colors.yellow; # yellow
|
bright3 = theme-colors.base0A; # yellow
|
||||||
bright4 = "89b4fa"; # blue
|
bright4 = "89b4fa"; # blue
|
||||||
bright5 = "f5c2e7"; # pink
|
bright5 = "f5c2e7"; # pink
|
||||||
bright6 = "94e2d5"; # teal
|
bright6 = "94e2d5"; # teal
|
||||||
|
@ -124,7 +121,7 @@
|
||||||
jump-labels = "11111b fab387";
|
jump-labels = "11111b fab387";
|
||||||
urls = "89b4fa";
|
urls = "89b4fa";
|
||||||
|
|
||||||
alpha = 1.0;
|
alpha = 0.9;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
foot-wrapped = pkgs.symlinkJoin {
|
foot-wrapped = pkgs.symlinkJoin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue