1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

re-generate stock generic themes with matugen and remove deepBlue

This commit is contained in:
bbedward
2025-09-21 22:54:45 -04:00
parent 81550229e8
commit 1669be4dd9
2 changed files with 247 additions and 280 deletions

View File

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