Set background transparentable in nvim

This commit is contained in:
Maximilian Friedersdorff 2025-04-25 14:44:24 +01:00
parent 9fd5ddc89a
commit 67159efbb0

View file

@ -3,7 +3,7 @@ return {
lazy = false, lazy = false,
priority = 1000, priority = 1000,
---@type solarized.config ---@type solarized.config
opts = { palette = "selenized" }, opts = { palette = "selenized", transparent = { enabled = true, normal = true } },
config = function(_, opts) config = function(_, opts)
vim.o.termguicolors = true vim.o.termguicolors = true
vim.o.background = "dark" vim.o.background = "dark"