[ui] UI theme should match repertory blue #61
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-04 19:23:18 -05:00
parent 035a411800
commit 71ddf7ecf7
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ const paddingSmall = 8.0;
const protocolTypeList = ['http', 'https'];
const providerTypeList = ['Encrypt', 'Remote', 'S3', 'Sia'];
const ringBufferSizeList = ['128', '256', '512', '1024', '2048'];
const primaryAlpha = 0.15;
const primaryAlpha = 0.25;
const secondaryAlpha = 0.50;
const surfaceContainerLowDark = Color(0xFF292A2D);
const surfaceDark = Color(0xFF202124);

View File

@@ -8,8 +8,8 @@ class AuroraSweep extends StatefulWidget {
super.key,
this.enabled = true,
this.duration = const Duration(seconds: 28),
this.primaryAlphaA = 0.04, // default dimmer for crispness
this.primaryAlphaB = 0.03,
this.primaryAlphaA = 0.08, // default dimmer for crispness
this.primaryAlphaB = 0.07,
this.staticPhase = 0.25,
this.radiusX = 0.85,
this.radiusY = 0.35,