Replies: 1 comment 7 replies
-
vim.api.nvim_set_hl(border_group_id, "NoiceCmdlinePopupBorderInput", { fg = "#e78a4e" })
• {ns_id} Namespace id for this highlight |nvim_create_namespace()|.
Use 0 to set a highlight group globally |:highlight|.
Highlights from non-global namespaces are not active by
default, use |nvim_set_hl_ns()| or |nvim_win_set_hl_ns()| to
activate them. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to be able to change the border colors of the
cmdline_popup
view.I have tried several highlight groups:
NoiceCmdlinePopup
NoiceCmdlinePopupBorder
NoiceCmdlinePopupBorderInput
Here is my configuration (I'm using
lazy.nvim
):Thank you very much in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions