From a80c273012d155aaf6417f1a7e53bda0157f9501 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 27 Sep 2024 15:45:00 +0200 Subject: [PATCH] nvim: colorscheme: change TelescopeSelection --- nvim/lua/user/plugins/core/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 3eb1165..0fc3804 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -60,7 +60,7 @@ local options = { TelescopePreviewTitle = { fg = colors.crust, bg = colors.mauve }, TelescopeResultsNormal = { fg = colors.overlay2, bg = colors.crust }, TelescopeMatching = { link = "CmpItemAbbrMatch" }, - TelescopeSelection = { link = "PmenuSel" }, + TelescopeSelection = { fg = colors.text, bg = colors.surface1 }, TelescopeIndicatorModified = { fg = colors.yellow }, TelescopeIndicatorReadonly = { fg = colors.red }, TelescopeIndicatorHidden = { link = "TelescopeResultsComment" },