initial commit

This commit is contained in:
2023-11-30 18:23:09 +01:00
commit 7b54fcfcd2
3 changed files with 114 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
vim.g.colors_name = 'lupan'
if vim.o.background == "dark" then
package.loaded["lupancolors.lupan"] = nil
require("lush")(require("lupancolors.lupan"))
else
package.loaded["lupancolors.lupanlight"] = nil
require("lush")(require("lupancolors.lupanlight"))
end