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

Merge branch 'master' of github.com:bbedward/DankMaterialShell

This commit is contained in:
bbedward
2025-08-21 17:48:15 -04:00
4 changed files with 6 additions and 4 deletions

View File

@@ -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)
@@ -97,6 +98,7 @@ Singleton {
property color info: currentThemeData.info || "#2196F3" property color info: currentThemeData.info || "#2196F3"
property color tempWarning: "#ff9933" property color tempWarning: "#ff9933"
property color tempDanger: "#ff5555" property color tempDanger: "#ff5555"
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)

View File

@@ -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()
} }
} }
} }

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# System theme generation script for DankMaterialShell # System theme generation script for DankMaterialShell
# This script uses matugen to generate GTK and Qt themes from wallpaper or color # This script uses matugen to generate GTK and Qt themes from wallpaper or color

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Enhanced Notification System Test Script with Common Icons # Enhanced Notification System Test Script with Common Icons
# Uses icons that are more likely to be available on most systems # Uses icons that are more likely to be available on most systems