foot theming, fixing workspace order so that second monitor doesnt become workspace 0 (causes vesktop to freak out and not launch fsr)
This commit is contained in:
parent
32e00a38c1
commit
e4e1bea480
2 changed files with 28 additions and 7 deletions
|
|
@ -41,8 +41,30 @@
|
|||
programs.home-manager.enable = true;
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings.main.font = (if osConfig.var.username == "alyx" then "monospace:size=20" else "monospace:size=12");
|
||||
settings.colors.alpha = "0.9";
|
||||
settings.main.font = (if osConfig.var.username == "alyx" then "DepartureMono Nerd Font:size=18" else "monospace:size=12");
|
||||
settings.colors.alpha = "0.6";
|
||||
settings.colors.foreground = "00ffff";
|
||||
settings.colors.background = "002428";
|
||||
settings.colors.regular0 = "002428";
|
||||
settings.colors.regular1 = "c01c32";
|
||||
settings.colors.regular2 = "57ff00";
|
||||
settings.colors.regular3 = "f9f06b";
|
||||
settings.colors.regular4 = "00ffff";
|
||||
settings.colors.regular5 = "dc8add";
|
||||
settings.colors.regular6 = "009294";
|
||||
settings.colors.regular7 = "62ffff";
|
||||
settings.colors.bright0 = "021f22";
|
||||
settings.colors.bright1 = "f21633";
|
||||
settings.colors.bright2 = "abff80";
|
||||
settings.colors.bright3 = "f6d32d";
|
||||
settings.colors.bright4 = "92c4ff";
|
||||
settings.colors.bright5 = "e7a3e8";
|
||||
settings.colors.bright6 = "3bc5c3";
|
||||
settings.colors.bright7 = "ffffff";
|
||||
settings.colors.selection-foreground = "62ffff";
|
||||
settings.colors.selection-background = "006e68";
|
||||
settings.colors.cursor = "002428 00ffff";
|
||||
settings.main.pad = "12x12 center";
|
||||
};
|
||||
|
||||
programs.ncmpcpp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue