1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

fix: set default value for matugenTemplateNeovimSetBackground (#2081)

This commit is contained in:
Jonas Bloch
2026-03-25 16:35:17 +01:00
committed by GitHub
parent 516c478f3d
commit faa5e7e02d

View File

@@ -305,7 +305,7 @@ var SPEC = {
light: { baseTheme: "github_light", harmony: 0.5 } light: { baseTheme: "github_light", harmony: 0.5 }
} }
}, },
matugenTemplateNeovimSetBackground: true, matugenTemplateNeovimSetBackground: { def: true },
showDock: { def: false }, showDock: { def: false },
dockAutoHide: { def: false }, dockAutoHide: { def: false },