mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
missing nvidia color
This commit is contained in:
@@ -70,7 +70,8 @@ Singleton {
|
|||||||
surfaceContainerHigh: getMatugenColor("surface_container_high", "#292b2f"),
|
surfaceContainerHigh: getMatugenColor("surface_container_high", "#292b2f"),
|
||||||
error: "#F2B8B5",
|
error: "#F2B8B5",
|
||||||
warning: "#FF9800",
|
warning: "#FF9800",
|
||||||
info: "#2196F3"
|
info: "#2196F3",
|
||||||
|
success: "#4CAF50"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return StockThemes.getThemeByName(currentTheme, isLightMode)
|
return StockThemes.getThemeByName(currentTheme, isLightMode)
|
||||||
@@ -95,6 +96,7 @@ Singleton {
|
|||||||
property color error: currentThemeData.error || "#F2B8B5"
|
property color error: currentThemeData.error || "#F2B8B5"
|
||||||
property color warning: currentThemeData.warning || "#FF9800"
|
property color warning: currentThemeData.warning || "#FF9800"
|
||||||
property color info: currentThemeData.info || "#2196F3"
|
property color info: currentThemeData.info || "#2196F3"
|
||||||
|
property color success: currentThemeData.success || "#4CAF50"
|
||||||
|
|
||||||
property color primaryHover: Qt.rgba(primary.r, primary.g, primary.b, 0.12)
|
property color primaryHover: Qt.rgba(primary.r, primary.g, primary.b, 0.12)
|
||||||
property color primaryHoverLight: Qt.rgba(primary.r, primary.g, primary.b, 0.08)
|
property color primaryHoverLight: Qt.rgba(primary.r, primary.g, primary.b, 0.08)
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ Rectangle {
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
root.currentValue = modelData
|
root.currentValue = modelData
|
||||||
root.valueChanged(modelData)
|
root.valueChanged(modelData)
|
||||||
dropdownMenu.close()
|
ListView.view.popupRef.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user