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,27 @@
{
colours = {
primary-background = "252b37";
primary-foreground = "a6accd";
search-matches-foreground = "1b1e28";
search-matches-background = "add7ff";
search-focused-match-foreground = "1b1e28";
search-focused-match-background = "add7ff";
selection-background = "303340";
normal-black = "252b37";
normal-red = "d0679d";
normal-green = "5de4c7";
normal-yellow = "fffac2";
normal-blue = "89ddff";
normal-magenta = "fae4fc";
normal-cyan = "add7ff";
normal-white = "ffffff";
bright-black = "a6accd";
bright-red = "d0679d";
bright-green = "5de4c7";
bright-yellow = "fffac2";
bright-blue = "add7ff";
bright-cyan = "89ddff";
bright-magenta = "fcc5e9";
bright-white = "ffffff";
};
}