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,16 @@
{
colours = {
yellow = "b58900";
orange = "cb4b16";
red = "dc322f";
magenta = "d33682";
violet = "6c71c4";
blue = "268bd2";
cyan = "2aa198";
green = "859900";
base00 = "657b83";
base01 = "586e75";
base02 = "073642";
base03 = "002b36";
};
}

View file

@ -0,0 +1,16 @@
{
colours = {
yellow = "b58900";
orange = "cb4b16";
red = "dc322f";
magenta = "d33682";
violet = "6c71c4";
blue = "268bd2";
cyan = "2aa198";
green = "859900";
base0 = "839496";
base1 = "93a1a1";
base2 = "eee8d5";
base3 = "fdf6e3";
};
}