dotfiles/config/themes/schemes/wasp/dark/default.nix
2025-01-16 15:17:25 -06:00

15 lines
288 B
Nix
Executable file

{
font = "";
colours = {
background0 = "242424";
background1 = "191919";
text0 = "faf2d6";
text1 = "bdae93";
text2 = "E0E0E0";
highlight0 = "640211";
highlight1 = "83a598";
highlight2 = "D49335";
accent = "f8c537";
selection = "f8c537";
};
}