From 277a2caa5103d4e6f0568271b99bedd062e914ff Mon Sep 17 00:00:00 2001 From: Max Miliano Date: Sat, 29 Apr 2023 00:20:44 -0300 Subject: [PATCH] changes: neovim - telescopenormal --- lua/solarized/themes/neovim_theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/solarized/themes/neovim_theme.lua b/lua/solarized/themes/neovim_theme.lua index 8f17800..6068982 100644 --- a/lua/solarized/themes/neovim_theme.lua +++ b/lua/solarized/themes/neovim_theme.lua @@ -511,6 +511,7 @@ local function neovim_theme(solarized, chromatic) -- Lir LirDir = { fg = colors.orange }, -- TELESCOPE + TelescopeNormal = { link = 'NormalFloat' }, TelescopePreviewTitle = { fg = colors.bg, bg = colors.blue }, TelescopeResultsTitle = { fg = colors.bg, bg = colors.blue }, TelescopePromptTitle = { fg = colors.bg, bg = colors.blue },