Set background transparentable in nvim
This commit is contained in:
parent
9fd5ddc89a
commit
67159efbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ return {
|
|||
lazy = false,
|
||||
priority = 1000,
|
||||
---@type solarized.config
|
||||
opts = { palette = "selenized" },
|
||||
opts = { palette = "selenized", transparent = { enabled = true, normal = true } },
|
||||
config = function(_, opts)
|
||||
vim.o.termguicolors = true
|
||||
vim.o.background = "dark"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue