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,13 @@
{
colours = {
background = "2e2e2e";
comments = "797979";
white = "d6d6d6";
yellow = "e5b567";
green = "b4d273";
orange = "e87d3e";
purple = "9e86c8";
pink = "b05279";
blue = "6c99bb";
};
}