adjust shadows

This commit is contained in:
end-4
2025-06-07 14:58:41 +02:00
parent 643b197d02
commit aadb38370c
4 changed files with 18 additions and 9 deletions
@@ -136,7 +136,7 @@ Singleton {
property color colTooltip: "#3C4043" // m3colors.m3inverseSurface in the specs, but the m3 website actually uses this color
property color colOnTooltip: "#F8F9FA" // m3colors.m3inverseOnSurface in the specs, but the m3 website actually uses this color
property color colScrim: ColorUtils.transparentize(m3colors.m3scrim, 0.5)
property color colShadow: ColorUtils.transparentize(m3colors.m3shadow, 0.85)
property color colShadow: ColorUtils.transparentize(m3colors.m3shadow, 0.7)
}
rounding: QtObject {
@@ -288,7 +288,7 @@ Singleton {
property real searchWidthCollapsed: 260
property real searchWidth: 450
property real hyprlandGapsOut: 5
property real elevationMargin: 8
property real elevationMargin: 10
property real fabShadowRadius: 5
property real fabHoveredShadowRadius: 7
}