feat: add river and foot modules

This commit is contained in:
Moritz Böhme 2024-03-21 17:19:06 +01:00
parent 298aa410eb
commit e714349fe1
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
10 changed files with 485 additions and 230 deletions

View file

@ -47,6 +47,26 @@
prompt = "#${mauve}";
spinner = "#${rosewater}";
};
foot.settings.colors = {
foreground = text; # Text
background = base; # Base
regular0 = surface1; # Surface 1
regular1 = red; # red
regular2 = green; # green
regular3 = yellow; # yellow
regular4 = blue;
regular5 = pink;
regular6 = teal;
regular7 = subtext1;
bright0 = surface2;
bright1 = red;
bright2 = green;
bright3 = yellow;
bright4 = blue;
bright5 = pink;
bright6 = teal;
bright7 = subtext0;
};
kitty.extraConfig = ''
# vim:ft=kitty