dotfiles/config/themes/schemes/wasp/dark/default.nix
2025-01-14 19:40:12 -06:00

14 lines
275 B
Nix

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