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,38 @@
{
colours = {
tag = "55B4D4";
func = "F2AE49";
entity = "399EE6";
string = "86B300";
regexp = "4CBF99";
markup = "F07171";
keyword = "FA8D3E";
special = "E6BA7E";
comment = "787B80";
constant = "A37ACC";
operator = "ED9366";
added = "6CBF43";
modified = "478ACC";
removed = "FF7383";
editor_fg = "5C6166";
editor_bg = "FCFCFC";
editor_line = "8A9199";
editor_selection_active = "035BD6";
editor_selection_inactive = "035BD6";
editor_findMatch_active = "9F40FF";
editor_findMatch_inactive = "9F40FF";
editor_gutter_active = "8A9199";
editor_gutter_normal = "8A9199";
editor_indentGuide_active = "8A9199";
editor_indentGuide_normal = "8A9199";
ui_fg = "8A9199";
ui_bg = "F8F9FA";
ui_line = "6B7D8F";
ui_selection_active = "56728F";
ui_selection_normal = "6B7D8F";
ui_panel_bg = "F3F4F5";
ui_panel_shadow = "000000";
accent = "FFAA33";
error = "E65050";
};
}