diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8146f6e..5d3ce93 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -315,8 +315,8 @@ function M.setup(config) GitSignsDelete = { fg = c.gitSigns.delete }, -- diff mode: Deleted line |diff.txt| -- Telescope - TelescopeBorder = { fg = c.border_highlight, bg = config.transparent and c.bg_float or c.none }, - TelescopeNormal = { fg = c.fg, bg = config.transparent and c.bg_float or c.none }, + TelescopeBorder = { fg = c.border_highlight, bg = config.transparent and c.bg_float or c.bg }, + TelescopeNormal = { fg = c.fg, bg = config.transparent and c.bg_float or c.bg }, -- NvimTree NvimTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },