Fix gruvbox mini statusline
This commit is contained in:
parent
1d1a694dd6
commit
eb4d2cb7b8
Binary file not shown.
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
|
@ -91,7 +91,13 @@ table.insert(M, {
|
||||||
.. " guifg=#"
|
.. " guifg=#"
|
||||||
.. H.theme.base00
|
.. H.theme.base00
|
||||||
)
|
)
|
||||||
vim.cmd("redraw")
|
vim.cmd(
|
||||||
|
"hi MiniStatuslineDevInfo guibg=#"
|
||||||
|
.. H.theme.base06
|
||||||
|
.. " guifg=#"
|
||||||
|
.. H.theme.base00
|
||||||
|
)
|
||||||
|
vim.cmd("hi MiniStatuslineFilename guifg=#" .. H.theme.base06)
|
||||||
end),
|
end),
|
||||||
})
|
})
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Loading…
Reference in a new issue