mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +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,
|
||||
|
|
|
@ -130,8 +130,8 @@ keymap("n", "<M-Up>", "<cmd>m-2<cr>", opts)
|
|||
keymap("i", "<M-Up>", "<cmd>m-2<cr>", opts)
|
||||
keymap("n", "<M-j>", "<cmd>m+<cr>", opts)
|
||||
keymap("n", "<M-k>", "<cmd>m-2<cr>", opts)
|
||||
keymap("i", "<C-s>", "<cmd>w<cr>", opts)
|
||||
keymap("n", "<C-s>", "<cmd>w<cr>", opts)
|
||||
keymap("i", "<C-s>", "<cmd>silent! w<cr>", opts)
|
||||
keymap("n", "<C-s>", "<cmd>silent! w<cr>", opts)
|
||||
keymap("n", "q", "<cmd>q<cr>", opts)
|
||||
keymap("x", "<S-Down>", ":'<,'>t'><cr>", opts)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue