-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
using this
{
"nyoom-engineering/oxocarbon.nvim",
styles = {
sidebars = "transparent",
floats = "transparent",
},
config = function()
--vim.cmd("TransparentEnable")
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
end,
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
},
},
makes everything except certain parts of nvim transparent

ideally transparency should not have to manually be toggled for each vim ui part, snacks etc
Metadata
Metadata
Assignees
Labels
No labels