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!
This commit is contained in:
siduck 2023-02-28 22:29:14 +05:30
parent 6b3dae7214
commit 3e0f8f9332

View file

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