Skip to content

Commit

Permalink
fix(flash): link FlashPrompt to NormalFloat (#605)
Browse files Browse the repository at this point in the history
* fix(flash): set prompt's bg colour when winblend is set

* simplify

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
  • Loading branch information
jamestansx and mrtnvgr committed Nov 1, 2023
1 parent b359f3e commit 40dc9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/catppuccin/groups/integrations/flash.lua
Expand Up @@ -7,6 +7,7 @@ function M.get()
FlashLabel = { fg = C.green, bg = bg, style = { "bold" } },
FlashMatch = { fg = C.lavender, bg = bg },
FlashCurrent = { fg = C.peach, bg = bg },
FlashPrompt = { link = "NormalFloat" },
}
end

Expand Down

0 comments on commit 40dc9f0

Please sign in to comment.