[ui] UI theme should match repertory blue #61
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -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);
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user