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 = {
setup = {style ? "dark", ...}: ''
setup = {
style ? "dark",
transparent,
...
}: ''
-- OneDark theme
require('onedark').setup {
transparent = ${boolToString transparent},
style = "${style}"
}
require('onedark').load()