mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +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()
|
||||
require("gruvbox").setup({
|
||||
contrast = "hard", -- can be "hard", "soft" or empty string
|
||||
transparent_mode = false,
|
||||
transparent_mode = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
@ -48,4 +48,4 @@ return {
|
|||
end, {})
|
||||
end,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue