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,41 @@
{
colours = {
foreground = "B2C2B0";
text = "49694D";
background-selection = "1E611E";
foreground-selection = "FFFFFF";
buttons = "003535";
disabled = "005454";
contrast = "002020";
active = "104110";
border = "003838";
highlight = "003F3F";
tree = "32CD3250";
notifications = "002020";
accent = "FFCC80";
excluded-files = "113711";
green = "c3e88d";
yellow = "ffcb6b";
blue = "82aaff";
red = "f07178";
purple = "c792ea";
orange = "f78c6c";
cyan = "89ddff";
gray = "005454";
white = "eeffff";
error = "ff5370";
comments = "005454";
variables = "eeffff";
links = "80cbc4";
functions = "82aaff";
keywords = "c792ea";
tags = "f07178";
strings = "c3e88d";
operators = "89ddff";
attributes = "ffcb6b";
numbers = "f78c6c";
parameters = "f78c6c";
background0 = "002626";
background1 = "002E2E";
};
}