From bce182d02cc52f5c1197bd6ae098d88d48e775af Mon Sep 17 00:00:00 2001 From: Eric <73317463+NycRat@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:52:39 -0700 Subject: [PATCH] telescope background --- lua/rose-pine/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 3d116a9..477e258 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -480,10 +480,10 @@ function M._load(options) ["HopUnmatched"] = { fg = p.highlight_high }, -- nvim-telescope/telescope.nvim - ["TelescopeBorder"] = { fg = groups.border, bg = float_background }, + ["TelescopeBorder"] = { fg = groups.border, bg = maybe.dim_nc_background }, ["TelescopeMatching"] = { fg = p.rose }, - ["TelescopeNormal"] = { fg = p.subtle, bg = float_background }, - ["TelescopePromptNormal"] = { fg = p.text, bg = float_background }, + ["TelescopeNormal"] = { fg = p.subtle, bg = maybe.dim_nc_background }, + ["TelescopePromptNormal"] = { fg = p.text, bg = maybe.dim_nc_background }, ["TelescopePromptPrefix"] = { fg = p.subtle }, ["TelescopeSelection"] = { fg = p.text, bg = p.overlay }, ["TelescopeSelectionCaret"] = { fg = p.rose, bg = p.overlay },