Initial commit

This commit is contained in:
2026-03-14 11:33:27 -05:00
commit 0abf4107bc
5 changed files with 676 additions and 0 deletions

6
colors/darcula_lush.lua Normal file
View File

@@ -0,0 +1,6 @@
vim.opt.background = "dark"
vim.g.colors_name = "darcula_lush"
package.loaded["lush_theme.darcula_lush"] = nil
require("lush")(require("lush_theme.darcula_lush"))