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

fix(matugen): use single quotes for zed template paths (#1972)

This commit is contained in:
Adarsh219
2026-03-12 18:24:18 +05:30
committed by bbedward
parent 5aaa56853f
commit 5a6b52f07f

View File

@@ -1,3 +1,3 @@
[templates.dmszed]
input_path = "SHELL_DIR/matugen/templates/dank-zed.json"
output_path = "CONFIG_DIR/zed/themes/dank-zed-theme.json"
input_path = 'SHELL_DIR/matugen/templates/dank-zed.json'
output_path = 'CONFIG_DIR/zed/themes/dank-zed-theme.json'