mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
allow overriding matugen type in custom themes
This commit is contained in:
@@ -297,7 +297,8 @@ const StockThemes = {
|
||||
backgroundText: "#e4e2e3",
|
||||
outline: "#929092",
|
||||
surfaceContainer: "#2a2a2a",
|
||||
surfaceContainerHigh: "#2a2a2b"
|
||||
surfaceContainerHigh: "#2a2a2b",
|
||||
matugen_type: "scheme-monochrome"
|
||||
}
|
||||
},
|
||||
LIGHT: {
|
||||
@@ -486,7 +487,8 @@ const StockThemes = {
|
||||
backgroundText: "#e4e2e3",
|
||||
outline: "#929092",
|
||||
surfaceContainer: "#1f1f21",
|
||||
surfaceContainerHigh: "#2a2a2b"
|
||||
surfaceContainerHigh: "#2a2a2b",
|
||||
matugen_type: "scheme-monochrome"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user