Skip to content

Commit c01ee66

Browse files
committed
fix: add s2 static color values to v2 file
1 parent dc96b07 commit c01ee66

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

1st-gen/tools/styles/tokens-v2/global-vars.css

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,4 +651,84 @@
651651
--spectrum-docs-static-black-background-color-rgb: 181, 209, 211;
652652
--spectrum-docs-static-black-background-color: rgba(var(--spectrum-docs-static-black-background-color-rgb));
653653
--spectrum-coach-indicator-ring-static-white-color: var(--spectrum-white);
654+
--spectrum-static-blue-900-rgb: 59 99 251;
655+
--spectrum-static-blue-900: rgb(var(--spectrum-static-blue-900-rgb));
656+
--spectrum-static-blue-1000-rgb: 39 77 234;
657+
--spectrum-static-blue-1000: rgb(var(--spectrum-static-blue-1000-rgb));
658+
--spectrum-static-fuchsia-400-rgb: 247 181 255;
659+
--spectrum-static-fuchsia-400: rgb(var(--spectrum-static-fuchsia-400-rgb));
660+
--spectrum-static-fuchsia-600-rgb: 236 105 255;
661+
--spectrum-static-fuchsia-600: rgb(var(--spectrum-static-fuchsia-600-rgb));
662+
--spectrum-static-fuchsia-800-rgb: 200 68 220;
663+
--spectrum-static-fuchsia-800: rgb(var(--spectrum-static-fuchsia-800-rgb));
664+
--spectrum-static-fuchsia-900-rgb: 181 57 200;
665+
--spectrum-static-fuchsia-900: rgb(var(--spectrum-static-fuchsia-900-rgb));
666+
--spectrum-static-fuchsia-1000-rgb: 156 40 175;
667+
--spectrum-static-fuchsia-1000: rgb(var(--spectrum-static-fuchsia-1000-rgb));
668+
--spectrum-static-indigo-400-rgb: 192 201 255;
669+
--spectrum-static-indigo-400: rgb(var(--spectrum-static-indigo-400-rgb));
670+
--spectrum-static-indigo-600-rgb: 145 151 254;
671+
--spectrum-static-indigo-600: rgb(var(--spectrum-static-indigo-600-rgb));
672+
--spectrum-static-indigo-800-rgb: 122 106 253;
673+
--spectrum-static-indigo-800: rgb(var(--spectrum-static-indigo-800-rgb));
674+
--spectrum-static-indigo-900-rgb: 113 85 250;
675+
--spectrum-static-indigo-900: rgb(var(--spectrum-static-indigo-900-rgb));
676+
--spectrum-static-indigo-1000-rgb: 99 56 238;
677+
--spectrum-static-indigo-1000: rgb(var(--spectrum-static-indigo-1000-rgb));
678+
--spectrum-static-magenta-400-rgb: 255 185 208;
679+
--spectrum-static-magenta-400: rgb(var(--spectrum-static-magenta-400-rgb));
680+
--spectrum-static-magenta-600-rgb: 255 112 159;
681+
--spectrum-static-magenta-600: rgb(var(--spectrum-static-magenta-600-rgb));
682+
--spectrum-static-magenta-800-rgb: 240 45 110;
683+
--spectrum-static-magenta-800: rgb(var(--spectrum-static-magenta-800-rgb));
684+
--spectrum-static-magenta-900-rgb: 217 35 97;
685+
--spectrum-static-magenta-900: rgb(var(--spectrum-static-magenta-900-rgb));
686+
--spectrum-static-magenta-1000-rgb: 186 22 80;
687+
--spectrum-static-magenta-1000: rgb(var(--spectrum-static-magenta-1000-rgb));
688+
--spectrum-static-red-400-rgb: 255 188 180;
689+
--spectrum-static-red-400: rgb(var(--spectrum-static-red-400-rgb));
690+
--spectrum-static-red-600-rgb: 255 118 101;
691+
--spectrum-static-red-600: rgb(var(--spectrum-static-red-600-rgb));
692+
--spectrum-static-red-800-rgb: 240 56 35;
693+
--spectrum-static-red-800: rgb(var(--spectrum-static-red-800-rgb));
694+
--spectrum-static-red-900-rgb: 215 50 32;
695+
--spectrum-static-red-900: rgb(var(--spectrum-static-red-900-rgb));
696+
--spectrum-static-red-1000-rgb: 183 40 24;
697+
--spectrum-static-red-1000: rgb(var(--spectrum-static-red-1000-rgb));
698+
--spectrum-static-cyan-400-rgb: 138 213 255;
699+
--spectrum-static-cyan-400: rgb(var(--spectrum-static-cyan-400-rgb));
700+
--spectrum-static-cyan-600-rgb: 48 167 254;
701+
--spectrum-static-cyan-600: rgb(var(--spectrum-static-cyan-600-rgb));
702+
--spectrum-static-cyan-800-rgb: 18 134 205;
703+
--spectrum-static-cyan-800: rgb(var(--spectrum-static-cyan-800-rgb));
704+
--spectrum-static-chartreuse-400-rgb: 182 219 0;
705+
--spectrum-static-chartreuse-400: rgb(var(--spectrum-static-chartreuse-400-rgb));
706+
--spectrum-static-chartreuse-600-rgb: 143 172 0;
707+
--spectrum-static-chartreuse-600: rgb(var(--spectrum-static-chartreuse-600-rgb));
708+
--spectrum-static-chartreuse-800-rgb: 114 137 0;
709+
--spectrum-static-chartreuse-800: rgb(var(--spectrum-static-chartreuse-800-rgb));
710+
--spectrum-static-green-400-rgb: 107 227 162;
711+
--spectrum-static-green-400: rgb(var(--spectrum-static-green-400-rgb));
712+
--spectrum-static-green-600-rgb: 18 184 103;
713+
--spectrum-static-green-600: rgb(var(--spectrum-static-green-600-rgb));
714+
--spectrum-static-green-800-rgb: 7 147 85;
715+
--spectrum-static-green-800: rgb(var(--spectrum-static-green-800-rgb));
716+
--spectrum-static-orange-400-rgb: 255 193 94;
717+
--spectrum-static-orange-400: rgb(var(--spectrum-static-orange-400-rgb));
718+
--spectrum-static-orange-600-rgb: 252 125 0;
719+
--spectrum-static-orange-600: rgb(var(--spectrum-static-orange-600-rgb));
720+
--spectrum-static-orange-800-rgb: 212 91 0;
721+
--spectrum-static-orange-800: rgb(var(--spectrum-static-orange-800-rgb));
722+
--spectrum-static-purple-400-rgb: 221 193 246;
723+
--spectrum-static-purple-400: rgb(var(--spectrum-static-purple-400-rgb));
724+
--spectrum-static-purple-600-rgb: 191 138 238;
725+
--spectrum-static-purple-600: rgb(var(--spectrum-static-purple-600-rgb));
726+
--spectrum-static-purple-800-rgb: 166 92 231;
727+
--spectrum-static-purple-800: rgb(var(--spectrum-static-purple-800-rgb));
728+
--spectrum-static-turquoise-400-rgb: 111 221 228;
729+
--spectrum-static-turquoise-400: rgb(var(--spectrum-static-turquoise-400-rgb));
730+
--spectrum-static-turquoise-600-rgb: 15 177 192;
731+
--spectrum-static-turquoise-600: rgb(var(--spectrum-static-turquoise-600-rgb));
732+
--spectrum-static-turquoise-800-rgb: 10 141 153;
733+
--spectrum-static-turquoise-800: rgb(var(--spectrum-static-turquoise-800-rgb));
654734
}

1st-gen/tools/styles/tokens/spectrum/global-vars.css

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -76,84 +76,4 @@
7676
--spectrum-docs-static-black-background-color-rgb: 181, 209, 211;
7777
--spectrum-docs-static-black-background-color: rgba(var(--spectrum-docs-static-black-background-color-rgb));
7878
--spectrum-coach-indicator-ring-static-white-color: var(--spectrum-white);
79-
--spectrum-static-blue-900-rgb: 59 99 251;
80-
--spectrum-static-blue-900: rgb(var(--spectrum-static-blue-900-rgb));
81-
--spectrum-static-blue-1000-rgb: 39 77 234;
82-
--spectrum-static-blue-1000: rgb(var(--spectrum-static-blue-1000-rgb));
83-
--spectrum-static-fuchsia-400-rgb: 247 181 255;
84-
--spectrum-static-fuchsia-400: rgb(var(--spectrum-static-fuchsia-400-rgb));
85-
--spectrum-static-fuchsia-600-rgb: 236 105 255;
86-
--spectrum-static-fuchsia-600: rgb(var(--spectrum-static-fuchsia-600-rgb));
87-
--spectrum-static-fuchsia-800-rgb: 200 68 220;
88-
--spectrum-static-fuchsia-800: rgb(var(--spectrum-static-fuchsia-800-rgb));
89-
--spectrum-static-fuchsia-900-rgb: 181 57 200;
90-
--spectrum-static-fuchsia-900: rgb(var(--spectrum-static-fuchsia-900-rgb));
91-
--spectrum-static-fuchsia-1000-rgb: 156 40 175;
92-
--spectrum-static-fuchsia-1000: rgb(var(--spectrum-static-fuchsia-1000-rgb));
93-
--spectrum-static-indigo-400-rgb: 192 201 255;
94-
--spectrum-static-indigo-400: rgb(var(--spectrum-static-indigo-400-rgb));
95-
--spectrum-static-indigo-600-rgb: 145 151 254;
96-
--spectrum-static-indigo-600: rgb(var(--spectrum-static-indigo-600-rgb));
97-
--spectrum-static-indigo-800-rgb: 122 106 253;
98-
--spectrum-static-indigo-800: rgb(var(--spectrum-static-indigo-800-rgb));
99-
--spectrum-static-indigo-900-rgb: 113 85 250;
100-
--spectrum-static-indigo-900: rgb(var(--spectrum-static-indigo-900-rgb));
101-
--spectrum-static-indigo-1000-rgb: 99 56 238;
102-
--spectrum-static-indigo-1000: rgb(var(--spectrum-static-indigo-1000-rgb));
103-
--spectrum-static-magenta-400-rgb: 255 185 208;
104-
--spectrum-static-magenta-400: rgb(var(--spectrum-static-magenta-400-rgb));
105-
--spectrum-static-magenta-600-rgb: 255 112 159;
106-
--spectrum-static-magenta-600: rgb(var(--spectrum-static-magenta-600-rgb));
107-
--spectrum-static-magenta-800-rgb: 240 45 110;
108-
--spectrum-static-magenta-800: rgb(var(--spectrum-static-magenta-800-rgb));
109-
--spectrum-static-magenta-900-rgb: 217 35 97;
110-
--spectrum-static-magenta-900: rgb(var(--spectrum-static-magenta-900-rgb));
111-
--spectrum-static-magenta-1000-rgb: 186 22 80;
112-
--spectrum-static-magenta-1000: rgb(var(--spectrum-static-magenta-1000-rgb));
113-
--spectrum-static-red-400-rgb: 255 188 180;
114-
--spectrum-static-red-400: rgb(var(--spectrum-static-red-400-rgb));
115-
--spectrum-static-red-600-rgb: 255 118 101;
116-
--spectrum-static-red-600: rgb(var(--spectrum-static-red-600-rgb));
117-
--spectrum-static-red-800-rgb: 240 56 35;
118-
--spectrum-static-red-800: rgb(var(--spectrum-static-red-800-rgb));
119-
--spectrum-static-red-900-rgb: 215 50 32;
120-
--spectrum-static-red-900: rgb(var(--spectrum-static-red-900-rgb));
121-
--spectrum-static-red-1000-rgb: 183 40 24;
122-
--spectrum-static-red-1000: rgb(var(--spectrum-static-red-1000-rgb));
123-
--spectrum-static-cyan-400-rgb: 138 213 255;
124-
--spectrum-static-cyan-400: rgb(var(--spectrum-static-cyan-400-rgb));
125-
--spectrum-static-cyan-600-rgb: 48 167 254;
126-
--spectrum-static-cyan-600: rgb(var(--spectrum-static-cyan-600-rgb));
127-
--spectrum-static-cyan-800-rgb: 18 134 205;
128-
--spectrum-static-cyan-800: rgb(var(--spectrum-static-cyan-800-rgb));
129-
--spectrum-static-chartreuse-400-rgb: 182 219 0;
130-
--spectrum-static-chartreuse-400: rgb(var(--spectrum-static-chartreuse-400-rgb));
131-
--spectrum-static-chartreuse-600-rgb: 143 172 0;
132-
--spectrum-static-chartreuse-600: rgb(var(--spectrum-static-chartreuse-600-rgb));
133-
--spectrum-static-chartreuse-800-rgb: 114 137 0;
134-
--spectrum-static-chartreuse-800: rgb(var(--spectrum-static-chartreuse-800-rgb));
135-
--spectrum-static-green-400-rgb: 107 227 162;
136-
--spectrum-static-green-400: rgb(var(--spectrum-static-green-400-rgb));
137-
--spectrum-static-green-600-rgb: 18 184 103;
138-
--spectrum-static-green-600: rgb(var(--spectrum-static-green-600-rgb));
139-
--spectrum-static-green-800-rgb: 7 147 85;
140-
--spectrum-static-green-800: rgb(var(--spectrum-static-green-800-rgb));
141-
--spectrum-static-orange-400-rgb: 255 193 94;
142-
--spectrum-static-orange-400: rgb(var(--spectrum-static-orange-400-rgb));
143-
--spectrum-static-orange-600-rgb: 252 125 0;
144-
--spectrum-static-orange-600: rgb(var(--spectrum-static-orange-600-rgb));
145-
--spectrum-static-orange-800-rgb: 212 91 0;
146-
--spectrum-static-orange-800: rgb(var(--spectrum-static-orange-800-rgb));
147-
--spectrum-static-purple-400-rgb: 221 193 246;
148-
--spectrum-static-purple-400: rgb(var(--spectrum-static-purple-400-rgb));
149-
--spectrum-static-purple-600-rgb: 191 138 238;
150-
--spectrum-static-purple-600: rgb(var(--spectrum-static-purple-600-rgb));
151-
--spectrum-static-purple-800-rgb: 166 92 231;
152-
--spectrum-static-purple-800: rgb(var(--spectrum-static-purple-800-rgb));
153-
--spectrum-static-turquoise-400-rgb: 111 221 228;
154-
--spectrum-static-turquoise-400: rgb(var(--spectrum-static-turquoise-400-rgb));
155-
--spectrum-static-turquoise-600-rgb: 15 177 192;
156-
--spectrum-static-turquoise-600: rgb(var(--spectrum-static-turquoise-600-rgb));
157-
--spectrum-static-turquoise-800-rgb: 10 141 153;
158-
--spectrum-static-turquoise-800: rgb(var(--spectrum-static-turquoise-800-rgb));
15979
}

0 commit comments

Comments
 (0)