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 = {
keywords = "40b4c4";
functions = "eb64B9";
strings = "b4dce7";
numbers = "b381c5";
operators = "74dfc4";
comments = "91889b";
punctuation = "7b6995";
builtins = "ffe261";
variables = "ffffff";
background = "27212e";
};
}