added a few plugins

This commit is contained in:
venus
2026-03-09 15:58:24 -05:00
parent ab96aa95e1
commit bbb47d1a93
6 changed files with 114 additions and 11 deletions

7
colors/noctalia.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
bg = "#291414",
fg = "#f3f2f2",
accent = "#e46767",
error = "#fd4663",
warning = "#cccc66",
}