feat: dank themes module

This commit is contained in:
Nick 2025-01-14 19:40:12 -06:00
parent 87b2f7e687
commit de0e79f326
25 changed files with 803 additions and 55 deletions

View file

@ -0,0 +1,14 @@
{
colours = {
background0 = "242424";
background1 = "191919";
text0 = "faf2d6";
text1 = "bdae93";
text2 = "E0E0E0";
highlight0 = "640211";
highlight1 = "83a598";
highlight2 = "D49335";
accent = "f8c537";
selection = "f8c537";
};
}