add: update config

This commit is contained in:
asep.komarudin 2024-05-30 06:59:39 +07:00
parent 7ff08f77c5
commit 93e5e8860f
2 changed files with 1 additions and 3 deletions

View file

@ -690,8 +690,6 @@ 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,