Color of vim's floating window.
This commit is contained in:
parent
c0854109f5
commit
433ec499cf
@ -10,4 +10,5 @@ return {
|
|||||||
SpellBad = { bg = "#770000", fg = "#ffffff" },
|
SpellBad = { bg = "#770000", fg = "#ffffff" },
|
||||||
TelescopeNormal = { bg = NONE },
|
TelescopeNormal = { bg = NONE },
|
||||||
Visual = { bg = "#005577", fg = "#ffffff" },
|
Visual = { bg = "#005577", fg = "#ffffff" },
|
||||||
|
NormalFloat = { bg = NONE },
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user