1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

feat: Add Zed editor theming support (#1954)

* feat: Add Zed editor theming support

* fix formatting and switch to CONFIG_DIR
This commit is contained in:
Adarsh219
2026-03-10 21:33:01 +05:30
committed by bbedward
parent 35913c22f5
commit 5aaa56853f
8 changed files with 1561 additions and 1 deletions

View File

@@ -2416,6 +2416,18 @@ Item {
checked: SettingsData.matugenTemplateEmacs
onToggled: checked => SettingsData.set("matugenTemplateEmacs", checked)
}
SettingsToggleRow {
tab: "theme"
tags: ["matugen", "zed", "template"]
settingKey: "matugenTemplateZed"
text: "Zed"
description: getTemplateDescription("zed", "")
descriptionColor: getTemplateDescriptionColor("zed")
visible: SettingsData.runDmsMatugenTemplates
checked: SettingsData.matugenTemplateZed
onToggled: checked => SettingsData.set("matugenTemplateZed", checked)
}
}
Rectangle {