Skip to content

Commit

Permalink
fix(noice): fix command line search text readability
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Mar 6, 2025
1 parent 517d0e8 commit b66f6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/kanagawa-paper/groups/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ function M.get(colors, opts)
local theme = colors.theme

return {
NoiceCmdline = { fg = theme.ui.bg_search },
NoiceVirtualText = { fg = theme.ui.bg_search },
NoiceCmdline = { fg = theme.ui.fg },
NoiceVirtualText = { fg = theme.syn.comment },
NoicePopupBorder = { fg = theme.ui.float.fg_border, bg = theme.ui.float.bg_border },
NoiceLspProgressTitle = { fg = theme.ui.fg_gray },
}
Expand Down

0 comments on commit b66f6fc

Please # to comment.