feat: try theme transparency
This commit is contained in:
parent
55006b1b2f
commit
2ba4c993ed
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
enabled = true,
|
enabled = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {},
|
opts = {
|
||||||
|
styles = {
|
||||||
|
transparency = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue