@@ -25,8 +25,7 @@ import 'package:flutter/material.dart';
2525
2626abstract final class ColorManager {
2727 static const Color transparent = Colors .transparent;
28- static const Color transparentWhite =
29- Color .fromRGBO (255 , 255 , 255 , 0.48627450980392156 );
28+ static const Color transparentWhite = Color .fromRGBO (255 , 255 , 255 , 0.48627450980392156 );
3029 static const Color whiteOp10 = Color .fromRGBO (255 , 255 , 255 , .1 );
3130 static const Color whiteOp20 = Color .fromRGBO (255 , 255 , 255 , .2 );
3231 static const Color whiteOp30 = Color .fromRGBO (255 , 255 , 255 , .3 );
@@ -80,9 +79,9 @@ abstract final class ColorManager {
8079
8180 /// ------------------------------------------>
8281
83- static const Color finishedSearcherBlue = Color .fromRGBO (64 ,206 ,227 , 1.0 );
84- static const Color wallBlack = Color .fromRGBO (12 ,53 ,71 , 1.0 );
85- static const Color dividerBlue = Color .fromRGBO (175 ,216 ,248 , 1.0 );
82+ static const Color finishedSearcherBlue = Color .fromRGBO (64 , 206 , 227 , 1.0 );
83+ static const Color wallBlack = Color .fromRGBO (12 , 53 , 71 , 1.0 );
84+ static const Color dividerBlue = Color .fromRGBO (175 , 216 , 248 , 1.0 );
8685 static const Color blue = Color .fromRGBO (41 , 157 , 250 , 1.0 );
8786 static const Color darkBlue1 = Color .fromRGBO (23 , 154 , 255 , 1.0 );
8887 static const Color darkBlue = Color .fromRGBO (2 , 73 , 128 , 1.0 );
@@ -92,7 +91,7 @@ abstract final class ColorManager {
9291 static const Color lightBlueWhiteD1 = Color .fromRGBO (243 , 243 , 246 , 1.0 );
9392 static const Color blackL3Blue = Color .fromRGBO (14 , 14 , 19 , 1.0 );
9493 static const Color blackBlue = Color .fromRGBO (0 , 0 , 5 , 1.0 );
95- static const Color darkPurple = Color .fromRGBO (66 ,8 , 99 , 1.0 );
94+ static const Color darkPurple = Color .fromRGBO (66 , 8 , 99 , 1.0 );
9695
9796 static const Color green = Color .fromRGBO (25 , 189 , 98 , 1.0 );
9897 static const Color purple = Color .fromRGBO (160 , 4 , 238 , 1 );
0 commit comments