mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: update noice popup border color
This commit is contained in:
parent
343275393e
commit
7ff08f77c5
3 changed files with 7 additions and 5 deletions
|
@ -690,6 +690,8 @@ return {
|
|||
local colors = require("darcula").colors()
|
||||
local hi = vim.api.nvim_set_hl
|
||||
hi(0, "@property.json", { fg = colors.lavender })
|
||||
hi(0, "NoiceCmdlinePopupBorder", { fg = colors.medium_gray })
|
||||
hi(0, "NoiceCmdlinePopupBorderSearch", { fg = colors.pale_taupe })
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue