This commit is contained in:
vx-clutch
2026-01-20 17:45:01 -05:00
parent 3ebebadc9f
commit a9c8716302
2 changed files with 9 additions and 0 deletions

View File

@@ -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" })