Skip to content

Commit

Permalink
fix(noice): cursor is invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Feb 11, 2023
1 parent c5ed881 commit 4606b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/catppuccin/groups/integrations/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function M.get()
NoiceCmdlinePopupBorderSearch = { fg = C.yellow },
NoiceConfirm = { fg = C.text, bg = O.transparent_background and C.none or C.base },
NoiceConfirmBorder = { fg = C.blue },
NoiceCursor = { fg = C.text },
NoiceMini = { fg = C.text },
NoicePopup = { fg = C.text, bg = O.transparent_background and C.none or C.mantle },
NoicePopupBorder = { link = "FloatBorder" },
Expand Down

0 comments on commit 4606b68

Please sign in to comment.