Make float background highlights match

This commit is contained in:
Kenneth Benzie 2024-04-13 00:04:29 +01:00
parent 0957a4853c
commit 9a0f74eb97

View File

@ -10,6 +10,10 @@ return {
bg_gutter = '#121212',
-- bg_search = '#404000',
bg_visual = '#202020',
float = {
bg = '#080808',
bg_border = '#080808',
}
},
}