From 451a4c32a51839d4c0f53538c1044987c8f491aa Mon Sep 17 00:00:00 2001 From: frrenzy <90396571+frrenzy@users.noreply.github.com> Date: Thu, 30 Mar 2023 03:29:41 +0300 Subject: feat: add transparency to floats (#229) --- lua/gruvbox/groups.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index e9f57d2..7a8359e 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -75,6 +75,7 @@ M.setup = function() GruvboxAquaUnderline = { undercurl = config.undercurl, sp = colors.aqua }, GruvboxOrangeUnderline = { undercurl = config.undercurl, sp = colors.orange }, Normal = config.transparent_mode and { fg = colors.fg1, bg = nil } or { fg = colors.fg1, bg = colors.bg0 }, + NormalFloat = config.transparent_mode and { fg = colors.fg1, bg = nil } or { fg = colors.fg1, bg = colors.bg0 }, NormalNC = config.dim_inactive and { fg = colors.fg0, bg = colors.bg1 } or { link = "Normal" }, CursorLine = { bg = colors.bg1 }, CursorColumn = { link = "CursorLine" }, -- cgit v1.2.3