@@ -80,14 +80,20 @@ abstract final class ColorManager {
8080
8181 /// ------------------------------------------>
8282
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 );
8386 static const Color blue = Color .fromRGBO (41 , 157 , 250 , 1.0 );
8487 static const Color darkBlue1 = Color .fromRGBO (23 , 154 , 255 , 1.0 );
85- static const Color darkBlue = Color .fromRGBO (7 , 114 , 199 , 1.0 );
88+ static const Color darkBlue = Color .fromRGBO (2 , 73 , 128 , 1.0 );
89+ static const Color mediumBlue = Color .fromRGBO (0 , 166 , 152 , 1.0 );
8690 static const Color lightBlue = Color .fromRGBO (177 , 221 , 255 , 1.0 );
8791 static const Color lightBlueM2 = Color .fromRGBO (209 , 234 , 255 , 1.0 );
8892 static const Color lightBlueWhiteD1 = Color .fromRGBO (243 , 243 , 246 , 1.0 );
8993 static const Color blackL3Blue = Color .fromRGBO (14 , 14 , 19 , 1.0 );
9094 static const Color blackBlue = Color .fromRGBO (0 , 0 , 5 , 1.0 );
95+ static const Color darkPurple = Color .fromRGBO (66 ,8 ,99 , 1.0 );
96+
9197 static const Color green = Color .fromRGBO (25 , 189 , 98 , 1.0 );
9298 static const Color purple = Color .fromRGBO (160 , 4 , 238 , 1 );
9399 static const Color purple2 = Color .fromRGBO (198 , 0 , 229 , 1.0 );
0 commit comments