save
This commit is contained in:
@@ -8,3 +8,8 @@ opt.splitright = true
|
||||
opt.splitbelow = true
|
||||
|
||||
vim.cmd("colorscheme vim")
|
||||
|
||||
-- mini.pick colors
|
||||
vim.api.nvim_set_hl(0, "MiniPickNormal", { bg = "#000000" })
|
||||
vim.api.nvim_set_hl(0, "MiniPickBorder", { bg = "#000000", fg = "#000000" })
|
||||
vim.api.nvim_set_hl(0, "MiniPickMatchCurrent", { bg = "#1e1e2e" })
|
||||
|
||||
Reference in New Issue
Block a user