gui/foot.nix: remove colorscheme
This commit is contained in:
parent
7b928adc14
commit
9868ed59e2
1 changed files with 21 additions and 21 deletions
|
@ -74,30 +74,30 @@ in {
|
||||||
hide-when-typing = "yes"; # not really needed since we already enable this in Hyprland.
|
hide-when-typing = "yes"; # not really needed since we already enable this in Hyprland.
|
||||||
alternate-scroll-mode = "yes";
|
alternate-scroll-mode = "yes";
|
||||||
};
|
};
|
||||||
colors = with colors; {
|
# colors = with colors; {
|
||||||
background = base00; # base color
|
# background = base00; # base color
|
||||||
foreground = base05; # text color
|
# foreground = base05; # text color
|
||||||
|
|
||||||
regular0 = base03; # black
|
# regular0 = base03; # black
|
||||||
regular1 = base08; # red
|
# regular1 = base08; # red
|
||||||
regular2 = base0B; # green
|
# regular2 = base0B; # green
|
||||||
regular3 = base0A; # yellow
|
# regular3 = base0A; # yellow
|
||||||
regular4 = base0D; # blue
|
# regular4 = base0D; # blue
|
||||||
regular5 = base0F; #magenta
|
# regular5 = base0F; #magenta
|
||||||
regular6 = base0C; #cyan
|
# regular6 = base0C; #cyan
|
||||||
regular7 = base06; #white
|
# regular7 = base06; #white
|
||||||
|
|
||||||
bright0 = base04; # Surface 2
|
# bright0 = base04; # Surface 2
|
||||||
bright1 = base08; # red
|
# bright1 = base08; # red
|
||||||
bright2 = base0B; # green
|
# bright2 = base0B; # green
|
||||||
bright3 = base0A; # yellow
|
# bright3 = base0A; # yellow
|
||||||
bright4 = base0D; # blue
|
# bright4 = base0D; # blue
|
||||||
bright5 = base0F; # pink
|
# bright5 = base0F; # pink
|
||||||
bright6 = base0C; # teal
|
# bright6 = base0C; # teal
|
||||||
bright7 = base07; # Subtext 0
|
# bright7 = base07; # Subtext 0
|
||||||
|
|
||||||
alpha = 0.85;
|
# alpha = 0.85;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue