1616import 'package:flutter/material.dart' ;
1717
1818class ColorRawTokens {
19- static const colorFunctionalWhite = Color (0xffffffff );
2019 static const colorFunctionalBlack = Color (0xff000000 );
21- static const colorFunctionalGrayLight80 = Color (0xfff4f4f4 );
22- static const colorFunctionalGrayLight160 = Color (0xffeeeeee );
23- static const colorFunctionalGrayLight240 = Color (0xffe0e0e0 );
24- static const colorFunctionalGrayLight320 = Color (0xffd6d6d6 );
25- static const colorFunctionalGrayLight400 = Color (0xffcccccc );
26- static const colorFunctionalGrayLight480 = Color (0xffc2c2c2 );
27- static const colorFunctionalGrayLight560 = Color (0xffbbbbbb );
28- static const colorFunctionalGrayLight640 = Color (0xffadadad );
29- static const colorFunctionalGrayLight720 = Color (0xffa3a3a3 );
30- static const colorFunctionalGrayLight800 = Color (0xff999999 );
31- static const colorFunctionalGrayLight880 = Color (0xff8f8f8f );
32- static const colorFunctionalGrayLight960 = Color (0xff858585 );
20+ static const colorFunctionalDodgerBlue100 = Color (0xfff0faff );
21+ static const colorFunctionalDodgerBlue200 = Color (0xffbde7ff );
22+ static const colorFunctionalDodgerBlue300 = Color (0xff8ad5ff );
23+ static const colorFunctionalDodgerBlue400 = Color (0xff57c3ff );
24+ static const colorFunctionalDodgerBlue500 = Color (0xff26b2ff );
25+ static const colorFunctionalDodgerBlue600 = Color (0xff009bf0 );
26+ static const colorFunctionalDodgerBlue700 = Color (0xff007abd );
27+ static const colorFunctionalDodgerBlue800 = Color (0xff00598a );
28+ static const colorFunctionalDodgerBlue900 = Color (0xff003857 );
3329 static const colorFunctionalGrayDark80 = Color (0xff7a7a7a );
3430 static const colorFunctionalGrayDark160 = Color (0xff707070 );
3531 static const colorFunctionalGrayDark240 = Color (0xff666666 );
@@ -42,6 +38,27 @@ class ColorRawTokens {
4238 static const colorFunctionalGrayDark800 = Color (0xff1f1f1f );
4339 static const colorFunctionalGrayDark880 = Color (0xff141414 );
4440 static const colorFunctionalGrayDark960 = Color (0xff0a0a0a );
41+ static const colorFunctionalGrayLight80 = Color (0xfff4f4f4 );
42+ static const colorFunctionalGrayLight160 = Color (0xffeeeeee );
43+ static const colorFunctionalGrayLight240 = Color (0xffe0e0e0 );
44+ static const colorFunctionalGrayLight320 = Color (0xffd6d6d6 );
45+ static const colorFunctionalGrayLight400 = Color (0xffcccccc );
46+ static const colorFunctionalGrayLight480 = Color (0xffc2c2c2 );
47+ static const colorFunctionalGrayLight560 = Color (0xffbbbbbb );
48+ static const colorFunctionalGrayLight640 = Color (0xffadadad );
49+ static const colorFunctionalGrayLight720 = Color (0xffa3a3a3 );
50+ static const colorFunctionalGrayLight800 = Color (0xff999999 );
51+ static const colorFunctionalGrayLight880 = Color (0xff8f8f8f );
52+ static const colorFunctionalGrayLight960 = Color (0xff858585 );
53+ static const colorFunctionalMalachite100 = Color (0xffedfcf0 );
54+ static const colorFunctionalMalachite200 = Color (0xffc1f6ca );
55+ static const colorFunctionalMalachite300 = Color (0xff94f0a4 );
56+ static const colorFunctionalMalachite400 = Color (0xff67e97e );
57+ static const colorFunctionalMalachite500 = Color (0xff3de35a );
58+ static const colorFunctionalMalachite600 = Color (0xff1ecd3c );
59+ static const colorFunctionalMalachite700 = Color (0xff17a02f );
60+ static const colorFunctionalMalachite800 = Color (0xff0e621d );
61+ static const colorFunctionalMalachite900 = Color (0xff0a4715 );
4562 static const colorFunctionalScarlet100 = Color (0xffffe5e6 );
4663 static const colorFunctionalScarlet200 = Color (0xffffb2b3 );
4764 static const colorFunctionalScarlet300 = Color (0xffff8081 );
@@ -60,28 +77,7 @@ class ColorRawTokens {
6077 static const colorFunctionalSun700 = Color (0xffa38200 );
6178 static const colorFunctionalSun800 = Color (0xff665100 );
6279 static const colorFunctionalSun900 = Color (0xff3d3100 );
63- static const colorFunctionalMalachite100 = Color (0xffedfcf0 );
64- static const colorFunctionalMalachite200 = Color (0xffc1f6ca );
65- static const colorFunctionalMalachite300 = Color (0xff94f0a4 );
66- static const colorFunctionalMalachite400 = Color (0xff67e97e );
67- static const colorFunctionalMalachite500 = Color (0xff3de35a );
68- static const colorFunctionalMalachite600 = Color (0xff1ecd3c );
69- static const colorFunctionalMalachite700 = Color (0xff17a02f );
70- static const colorFunctionalMalachite800 = Color (0xff0e621d );
71- static const colorFunctionalMalachite900 = Color (0xff0a4715 );
72- static const colorFunctionalDodgerBlue100 = Color (0xfff0faff );
73- static const colorFunctionalDodgerBlue200 = Color (0xffbde7ff );
74- static const colorFunctionalDodgerBlue300 = Color (0xff8ad5ff );
75- static const colorFunctionalDodgerBlue400 = Color (0xff57c3ff );
76- static const colorFunctionalDodgerBlue500 = Color (0xff26b2ff );
77- static const colorFunctionalDodgerBlue600 = Color (0xff009bf0 );
78- static const colorFunctionalDodgerBlue700 = Color (0xff007abd );
79- static const colorFunctionalDodgerBlue800 = Color (0xff00598a );
80- static const colorFunctionalDodgerBlue900 = Color (0xff003857 );
81- static const colorOpacityScarlet = Color (0x14ea0305 );
82- static const colorOpacitySun = Color (0x29ffd000 );
83- static const colorOpacityMalachite = Color (0x1f3de35a );
84- static const colorOpacityDodgerBlue = Color (0x1426b2ff );
80+ static const colorFunctionalWhite = Color (0xffffffff );
8581 static const colorOpacityBlack0 = Color (0x00000000 );
8682 static const colorOpacityBlack40 = Color (0x0a000000 );
8783 static const colorOpacityBlack80 = Color (0x14000000 );
@@ -107,6 +103,10 @@ class ColorRawTokens {
107103 static const colorOpacityBlack880 = Color (0xe0000000 );
108104 static const colorOpacityBlack920 = Color (0xeb000000 );
109105 static const colorOpacityBlack960 = Color (0xf5000000 );
106+ static const colorOpacityDodgerBlue = Color (0x1426b2ff );
107+ static const colorOpacityMalachite = Color (0x1f3de35a );
108+ static const colorOpacityScarlet = Color (0x14ea0305 );
109+ static const colorOpacitySun = Color (0x29ffd000 );
110110 static const colorOpacityWhite0 = Color (0x00ffffff );
111111 static const colorOpacityWhite40 = Color (0x0affffff );
112112 static const colorOpacityWhite80 = Color (0x14ffffff );
0 commit comments