1
Fork 0

Fix gruvbox mini statusline

This commit is contained in:
prescientmoon 2024-04-29 16:00:55 +02:00
parent 1d1a694dd6
commit eb4d2cb7b8
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -91,7 +91,13 @@ table.insert(M, {
.. " guifg=#"
.. 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),
})
-- }}}