dotfiles/nvim/lua/config/colors.lua

3 lines
63 B
Lua

vim.api.nvim_set_hl(0, "SnacksPicker", { bg = "NONE" })
SPLAT