add: update noice popup border color

This commit is contained in:
asep.komarudin 2024-05-30 06:20:57 +07:00
parent 343275393e
commit 7ff08f77c5
3 changed files with 7 additions and 5 deletions

View file

@ -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,