Skip to content

[mini-files] background color #1178

Closed Answered by echasnovski
LintaoAmons asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there is a MiniFilesNormal highlight group. You can modify it as any other highlight group. For example, with the following Lua call: vim.api.nvim_set_hl(0, 'MiniFilesNormal', { bg = '#111111' }).

But more so, this sounds like the color scheme you are using doesn't show floating windows with the distinctive background color. I'd recommend adjusting NormalFloat highlight group.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants