mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
minor fixes
This commit is contained in:
parent
897c90cc79
commit
9d23caba95
3 changed files with 26 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue