1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Add monochrome theme courtesy of Vouk@discord

This commit is contained in:
bbedward
2025-09-21 20:17:30 -04:00
parent b18814e086
commit a734d9b497
2 changed files with 37 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
Repeater {
model: ["red", "cyan", "pink", "amber", "coral"]
model: ["red", "cyan", "pink", "amber", "coral", "monochrome"]
Rectangle {
property string themeName: modelData