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,19 @@
{
colours = {
background = "011627";
foreground = "D6DEEB";
cursor = "80A4C2";
selection0 = "1D3B53";
selection1 = "7E57C25A";
highlight = "5F7E97";
comment = "637777";
constant = "FF6363";
numbers = "F78C6C";
keywords = "C792EA";
functions = "82AAFF";
strings = "ECC48DFF";
support = "ADDB67";
variables = "7FDBCA";
invalid = "FF2C83";
};
}