minor fixes

This commit is contained in:
siduck 2022-05-15 14:43:51 +05:30
parent 897c90cc79
commit 9d23caba95
3 changed files with 26 additions and 4 deletions

View file

@ -53,8 +53,6 @@ M.base_16 = {
base0F = "#986801",
}
M = require("base46").override_theme(M, "one_light")
M.polish_hl = {
WhichKeyDesc = {
fg = M.base_30.white,
@ -90,4 +88,6 @@ M.polish_hl = {
},
}
M = require("base46").override_theme(M, "one_light")
return M