From b0f08e9ab98b48de011f9ea3cb60445b8099c5e4 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 7 Jan 2024 13:15:07 -0600 Subject: [PATCH] feat: define fzf-lua highlights --- lua/rose-pine.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index d0ba738..e258c13 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -477,6 +477,15 @@ local function set_highlights() TelescopeSelectionCaret = { fg = palette.rose, bg = palette.overlay }, TelescopeTitle = make_title(), + -- ibhagwan/fzf-lua + FzfLuaNormal = { link = "NormalFloat" }, + FwzfLuaTitle = make_title(), + FzfLuaBorder = make_border(), + FzfLuaHeaderText = { fg = palette.love }, + FzfLuaHeaderBind = { fg = palette.rose }, + FzfLuaBufFlagCur = { fg = palette.subtle }, + FzfLuaBufFlagAlt = { fg = palette.subtle }, + -- rcarriga/nvim-notify NotifyDEBUGBorder = make_border(), NotifyDEBUGIcon = { link = "NotifyDEBUGTitle" },