lualine relative to base

This commit is contained in:
2023-12-06 07:40:44 +01:00
parent ee8d34c0f7
commit f6fa507e39
4 changed files with 157 additions and 145 deletions

View File

@ -1,8 +1,8 @@
vim.g.colors_name = 'lupan'
if vim.o.background == "dark" then
package.loaded["lupancolors.lupandark"] = nil
require("lush")(require("lupancolors.lupandark"))
require("lush")(require("lupancolors.lupandark").theme)
else
package.loaded["lupancolors.lupanlight"] = nil
require("lush")(require("lupancolors.lupanlight"))
require("lush")(require("lupancolors.lupanlight").theme)
end