Color of vim's floating window.

This commit is contained in:
Bartek Stalewski 2023-10-10 13:12:57 +02:00
parent c0854109f5
commit 433ec499cf

View File

@ -10,4 +10,5 @@ return {
SpellBad = { bg = "#770000", fg = "#ffffff" },
TelescopeNormal = { bg = NONE },
Visual = { bg = "#005577", fg = "#ffffff" },
NormalFloat = { bg = NONE },
}