Tweak themes

This commit is contained in:
Olivier Roques
2020-12-25 19:00:23 +01:00
parent b4b2549e21
commit b2e6e5b652
3 changed files with 19 additions and 9 deletions

View File

@@ -47,10 +47,6 @@ return {
},
},
low = {
active = inactive,
inactive = inactive,
},
med = {
active = {
guifg = colors.white.gui,
guibg = colors.cursor_grey.gui,
@@ -59,6 +55,15 @@ return {
},
inactive = inactive,
},
med = {
active = {
guifg = colors.yellow.gui,
guibg = colors.cursor_grey.gui,
ctermfg = colors.yellow.cterm,
ctermbg = colors.cursor_grey.cterm,
},
inactive = inactive,
},
high = {
active = {
guifg = colors.white.gui,