update theme type for nano-light/flexoki-light theme

This commit is contained in:
siduck 2023-10-30 17:31:07 +05:30
parent 2d3ebc27e5
commit 9ad6a0e982
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ M.polish_hl = {
},
}
M.type = "dark"
M.type = "light"
M = require("base46").override_theme(M, "flexoki-light")

View file

@ -74,7 +74,7 @@ M.polish_hl = {
},
}
M.type = "dark"
M.type = "light"
M = require("base46").override_theme(M, "nano-light")