From 8d715993f218b90dcedaeab43158ee97eae6dc88 Mon Sep 17 00:00:00 2001 From: Shaun Clayton Date: Tue, 23 Jul 2024 11:15:07 -0400 Subject: [PATCH] fix: correct bg color for FzfLuaNormal --- lua/rose-pine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 80dc888..2d17755 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -673,7 +673,7 @@ local function set_highlights() FzfLuaCursorLine = { fg = palette.text, bg = palette.overlay }, FzfLuaHeaderBind = { fg = palette.rose }, FzfLuaHeaderText = { fg = palette.love }, - FzfLuaNormal = { fg = palette.text }, + FzfLuaNormal = { fg = palette.text, bg = palette.surface }, FzfLuaTitle = { fg = palette.foam, bg = palette.surface, bold = styles.bold }, -- rcarriga/nvim-notify