mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
bar: change widget base hover blend logic
This commit is contained in:
@@ -687,7 +687,10 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
property alias widgetBaseHoverColor: root.primaryPressed
|
||||
property color widgetBaseHoverColor: {
|
||||
const blended = blend(widgetBaseBackgroundColor, primary, 0.1);
|
||||
return withAlpha(blended, Math.max(0.3, blended.a));
|
||||
}
|
||||
|
||||
property color widgetIconColor: {
|
||||
if (typeof SettingsData === "undefined") {
|
||||
|
||||
Reference in New Issue
Block a user