wallpapers and ui cleanup

This commit is contained in:
Christien Rioux 2025-03-17 20:30:20 -04:00
parent 77c68aa45f
commit 6bd60207d8
32 changed files with 17947 additions and 150 deletions

View file

@ -320,29 +320,7 @@ class _DrawerMenuState extends State<DrawerMenu> {
return DecoratedBox(
decoration: ShapeDecoration(
shadows: [
if (scaleConfig.useVisualIndicators && !scaleConfig.preferBorders)
BoxShadow(
color: scale.primary.darken(60),
spreadRadius: 2,
)
else if (scaleConfig.useVisualIndicators &&
scaleConfig.preferBorders)
BoxShadow(
color: scale.border,
spreadRadius: 2,
)
else
BoxShadow(
color: scale.appBackground.darken(60).withAlpha(0x3F),
blurRadius: 16,
spreadRadius: 2,
offset: const Offset(
0,
2,
),
),
],
shadows: themedShadow(scaleConfig, scale),
gradient: scaleConfig.useVisualIndicators ? null : gradient,
color: scaleConfig.useVisualIndicators
? (scaleConfig.preferBorders
@ -381,7 +359,7 @@ class _DrawerMenuState extends State<DrawerMenu> {
'assets/images/title.svg',
colorFilter: scaleConfig.useVisualIndicators
? grayColorFilter
: dodgeFilter),
: src96StencilFilter),
]))),
Text(translate('menu.accounts'),
style: theme.textTheme.titleMedium!.copyWith(