From 71ddf7ecf7d2417ba31c70587a9ef63d61d63059 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 4 Sep 2025 19:23:18 -0500 Subject: [PATCH] [ui] UI theme should match repertory blue #61 --- web/repertory/lib/constants.dart | 2 +- web/repertory/lib/widgets/aurora_sweep.dart | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/repertory/lib/constants.dart b/web/repertory/lib/constants.dart index 48f7bd03..4faae41c 100644 --- a/web/repertory/lib/constants.dart +++ b/web/repertory/lib/constants.dart @@ -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); diff --git a/web/repertory/lib/widgets/aurora_sweep.dart b/web/repertory/lib/widgets/aurora_sweep.dart index d60adaa9..afc79ac9 100644 --- a/web/repertory/lib/widgets/aurora_sweep.dart +++ b/web/repertory/lib/widgets/aurora_sweep.dart @@ -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,