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 },