home/foot: use tokyonight theme

This commit is contained in:
Guanran Wang 2024-11-07 16:47:33 +08:00
parent cbe02cc72b
commit f5e110fea5
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 35 additions and 1 deletions

View file

@ -5,6 +5,6 @@
main.font = "monospace:size=10";
main.resize-by-cells = false;
cursor.style = "beam";
};
} // import ./tokyonight_night.nix;
};
}

View file

@ -0,0 +1,34 @@
{
cursor = {
color = "c0caf5 283457";
};
colors = {
foreground = "c0caf5";
background = "1a1b26";
selection-foreground = "c0caf5";
selection-background = "283457";
urls = "73daca";
regular0 = "15161e";
regular1 = "f7768e";
regular2 = "9ece6a";
regular3 = "e0af68";
regular4 = "7aa2f7";
regular5 = "bb9af7";
regular6 = "7dcfff";
regular7 = "a9b1d6";
bright0 = "414868";
bright1 = "f7768e";
bright2 = "9ece6a";
bright3 = "e0af68";
bright4 = "7aa2f7";
bright5 = "bb9af7";
bright6 = "7dcfff";
bright7 = "c0caf5";
"16" = "ff9e64";
"17" = "db4b4b";
};
}