Fix OneDark transparancy issue

This commit is contained in:
Callum 2025-06-01 11:12:02 +01:00 committed by Ching Pei Yang
commit 144ab18dbd

View file

@ -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()