[UPDATED] highlihgt groups for snacks borders globaly to use termnal colours

This commit is contained in:
Daveanand Mannie
2025-03-29 20:58:04 -04:00
parent dc881bf713
commit ea465d6c74

View File

@@ -16,6 +16,19 @@ end
-- colourscheme
vim.cmd("colorscheme wildcharm")
vim.api.nvim_set_hl(0, "Normal", { bg = "#18131e" })
vim.api.nvim_set_hl(0, "VertSplit", {
fg = "NONE", -- Set the foreground (border color)
bg = "NONE", -- Make the background transparent
ctermbg = 0, -- For terminal background color
ctermfg = 15, -- For terminal foreground color
})
vim.api.nvim_set_hl(0, "Pmenu", {
fg = "NONE", -- Set the foreground (border color)
bg = "NONE", -- Make the background transparent
ctermbg = 0, -- For terminal background color
ctermfg = 15, -- For terminal foreground color
})
-- clipboard