mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
Fix OneDark transparancy issue
This commit is contained in:
parent
76558857a3
commit
144ab18dbd
1 changed files with 6 additions and 1 deletions
|
@ -21,9 +21,14 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
onedark = {
|
onedark = {
|
||||||
setup = {style ? "dark", ...}: ''
|
setup = {
|
||||||
|
style ? "dark",
|
||||||
|
transparent,
|
||||||
|
...
|
||||||
|
}: ''
|
||||||
-- OneDark theme
|
-- OneDark theme
|
||||||
require('onedark').setup {
|
require('onedark').setup {
|
||||||
|
transparent = ${boolToString transparent},
|
||||||
style = "${style}"
|
style = "${style}"
|
||||||
}
|
}
|
||||||
require('onedark').load()
|
require('onedark').load()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue