mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 16:32:50 -05:00
Add monochrome theme courtesy of Vouk@discord
This commit is contained in:
@@ -281,6 +281,23 @@ const StockThemes = {
|
|||||||
outline: "#968b8a",
|
outline: "#968b8a",
|
||||||
surfaceContainer: "#201a19",
|
surfaceContainer: "#201a19",
|
||||||
surfaceContainerHigh: "#2b2221"
|
surfaceContainerHigh: "#2b2221"
|
||||||
|
},
|
||||||
|
monochrome: {
|
||||||
|
name: "Monochrome",
|
||||||
|
primary: "#ffffff",
|
||||||
|
primaryText: "#2b303c",
|
||||||
|
primaryContainer: "#424753",
|
||||||
|
secondary: "#c4c6d0",
|
||||||
|
surface: "#2a2a2a",
|
||||||
|
surfaceText: "#e4e2e3",
|
||||||
|
surfaceVariant: "#474648",
|
||||||
|
surfaceVariantText: "#c8c6c7",
|
||||||
|
surfaceTint: "#c2c6d6",
|
||||||
|
background: "#131315",
|
||||||
|
backgroundText: "#e4e2e3",
|
||||||
|
outline: "#929092",
|
||||||
|
surfaceContainer: "#2a2a2a",
|
||||||
|
surfaceContainerHigh: "#2a2a2b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
LIGHT: {
|
LIGHT: {
|
||||||
@@ -453,6 +470,23 @@ const StockThemes = {
|
|||||||
outline: "#79747e",
|
outline: "#79747e",
|
||||||
surfaceContainer: "#f3f3f3",
|
surfaceContainer: "#f3f3f3",
|
||||||
surfaceContainerHigh: "#ececec"
|
surfaceContainerHigh: "#ececec"
|
||||||
|
},
|
||||||
|
monochrome: {
|
||||||
|
name: "Monochrome Light",
|
||||||
|
primary: "#c2c6d6",
|
||||||
|
primaryText: "#2b303c",
|
||||||
|
primaryContainer: "#424753",
|
||||||
|
secondary: "#c4c6d0",
|
||||||
|
surface: "#131315",
|
||||||
|
surfaceText: "#e4e2e3",
|
||||||
|
surfaceVariant: "#474648",
|
||||||
|
surfaceVariantText: "#c8c6c7",
|
||||||
|
surfaceTint: "#c2c6d6",
|
||||||
|
background: "#131315",
|
||||||
|
backgroundText: "#e4e2e3",
|
||||||
|
outline: "#929092",
|
||||||
|
surfaceContainer: "#1f1f21",
|
||||||
|
surfaceContainerHigh: "#2a2a2b"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -460,7 +494,7 @@ const StockThemes = {
|
|||||||
const ThemeCategories = {
|
const ThemeCategories = {
|
||||||
GENERIC: {
|
GENERIC: {
|
||||||
name: "Generic",
|
name: "Generic",
|
||||||
variants: ["blue", "deepBlue", "purple", "green", "orange", "red", "cyan", "pink", "amber", "coral"]
|
variants: ["blue", "deepBlue", "purple", "green", "orange", "red", "cyan", "pink", "amber", "coral", "monochrome"]
|
||||||
},
|
},
|
||||||
CATPPUCCIN: {
|
CATPPUCCIN: {
|
||||||
name: "Catppuccin",
|
name: "Catppuccin",
|
||||||
@@ -479,6 +513,7 @@ const ThemeNames = {
|
|||||||
PINK: "pink",
|
PINK: "pink",
|
||||||
AMBER: "amber",
|
AMBER: "amber",
|
||||||
CORAL: "coral",
|
CORAL: "coral",
|
||||||
|
MONOCHROME: "monochrome",
|
||||||
DYNAMIC: "dynamic"
|
DYNAMIC: "dynamic"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ Item {
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: ["red", "cyan", "pink", "amber", "coral"]
|
model: ["red", "cyan", "pink", "amber", "coral", "monochrome"]
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
property string themeName: modelData
|
property string themeName: modelData
|
||||||
|
|||||||
Reference in New Issue
Block a user