add light suffix for blossom theme

docs will have an option to list only light themes so theme files with light prefix is going to be helpful!
v2.5
siduck 3 years ago
parent 6b3dae7214
commit 3e0f8f9332

@ -70,6 +70,6 @@ M.polish_hl = {
M.type = "light" M.type = "light"
M = require("base46").override_theme(M, "blossom") M = require("base46").override_theme(M, "blossom_light")
return M return M
Loading…
Cancel
Save