feat: dank themes module

This commit is contained in:
Nick 2025-01-14 16:17:42 -06:00
parent 616ce7fbca
commit 87b2f7e687
62 changed files with 1589 additions and 201 deletions

View file

@ -0,0 +1,32 @@
{
colours = {
background0 = "fbf1c7";
background1 = "ebdbb2";
background2 = "d5c4a1";
background3 = "bdae93";
background4 = "a89984";
background_hard = "f9f5d7";
background_soft = "f2e5bc";
foreground0 = "282828";
foreground1 = "3c3836";
foreground2 = "504945";
foreground3 = "665c54";
foreground4 = "7c6f64";
gray = "7c6f64";
grayBright = "928374";
red = "9d0006";
redBright = "cc241d";
green = "79740e";
greenBright = "98971a";
yellow = "b57614";
YellowBright = "d79921";
blue = "076678";
BlueBright = "458588";
purple = "8f3f71";
PurpleBright = "b16286";
aqua = "427b58";
AquaBright = "689d6a";
orange = "af3a03";
OrangeBright = "d65d0e";
};
}