Skip to content

Border colors #358

Closed Answered by BigfootN
BigfootN asked this question in Q&A
Apr 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Thank you for your quick response and help.

I finally figured it out. For anyone interested, the documentation of noice clearly indicates the used highlight groups.

So this example works:

config = function(_, opts)
    require("noice").setup(opts)
    vim.api.nvim_set_hl(0, 'NoiceCmdlinePopupBorderCmdline', { fg = "#e78a4e" })
end

Thank you for your time and sorry for wasting it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BigfootN
Comment options

Answer selected by MunifTanjim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants