From 239af63f1949e327166a2646bcff7656981e7987 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 10 May 2023 02:10:16 +0200 Subject: Set floating normal and telescope to transparent if enabled --- lua/no-clown-fiesta/groups/telescope.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua/no-clown-fiesta/groups/telescope.lua') diff --git a/lua/no-clown-fiesta/groups/telescope.lua b/lua/no-clown-fiesta/groups/telescope.lua index 7020fa4..cfd9a32 100644 --- a/lua/no-clown-fiesta/groups/telescope.lua +++ b/lua/no-clown-fiesta/groups/telescope.lua @@ -2,7 +2,10 @@ local M = {} function M.highlight(palette, opts) return { - TelescopeNormal = { fg = palette.fg, bg = palette.bg }, + TelescopeNormal = { + fg = palette.fg, + bg = opts.transparent and palette.none or palette.bg, + }, TelescopeSelection = { fg = palette.fg, bg = palette.accent }, TelescopeMatching = { fg = palette.orange, bold = true }, TelescopeBorder = { fg = palette.light_gray, bg = palette.bg }, -- cgit v1.2.3-70-g09d2