vim: nicer floating windows
This commit is contained in:
parent
231705fb60
commit
f121ca1a61
1 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,10 @@
|
|||
overrides = function(colors)
|
||||
local theme = colors.theme
|
||||
return {
|
||||
-- Transparent Floating Windows
|
||||
NormalFloat = { bg = "none" },
|
||||
FloatBorder = { bg = "none" },
|
||||
FloatTitle = { bg = "none" },
|
||||
-- Less pronounced cursorline
|
||||
CursorLine = { bg = theme.ui.bg_p1 },
|
||||
-- More pronounced window borders
|
||||
|
|
Loading…
Reference in a new issue