mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-16 02:01:34 +00:00
transparent
This commit is contained in:
parent
dddcf0400b
commit
df36ca82c5
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
require("gruvbox").setup({
|
require("gruvbox").setup({
|
||||||
contrast = "hard", -- can be "hard", "soft" or empty string
|
contrast = "hard", -- can be "hard", "soft" or empty string
|
||||||
transparent_mode = false,
|
transparent_mode = true,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
@ -48,4 +48,4 @@ return {
|
||||||
end, {})
|
end, {})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue