vim: nicer floating windows

This commit is contained in:
Casper V. Kristensen 2024-08-22 22:34:37 +02:00
parent 231705fb60
commit f121ca1a61

View file

@ -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