Skip to content

Commit e8a35dd

Browse files
authored
fix: actually resolve map-get deprecation warning (#776)
1 parent 4c9e2ef commit e8a35dd

File tree

1 file changed

+130
-130
lines changed

1 file changed

+130
-130
lines changed

themes/icore-open/color-scheme/open-color.scss

Lines changed: 130 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ $oc-gray-list: (
3131
"9": #212529,
3232
);
3333

34-
$oc-gray-0: map-get($oc-gray-list, "0");
35-
$oc-gray-1: map-get($oc-gray-list, "1");
36-
$oc-gray-2: map-get($oc-gray-list, "2");
37-
$oc-gray-3: map-get($oc-gray-list, "3");
38-
$oc-gray-4: map-get($oc-gray-list, "4");
39-
$oc-gray-5: map-get($oc-gray-list, "5");
40-
$oc-gray-6: map-get($oc-gray-list, "6");
41-
$oc-gray-7: map-get($oc-gray-list, "7");
42-
$oc-gray-8: map-get($oc-gray-list, "8");
43-
$oc-gray-9: map-get($oc-gray-list, "9");
34+
$oc-gray-0: map.get($oc-gray-list, "0");
35+
$oc-gray-1: map.get($oc-gray-list, "1");
36+
$oc-gray-2: map.get($oc-gray-list, "2");
37+
$oc-gray-3: map.get($oc-gray-list, "3");
38+
$oc-gray-4: map.get($oc-gray-list, "4");
39+
$oc-gray-5: map.get($oc-gray-list, "5");
40+
$oc-gray-6: map.get($oc-gray-list, "6");
41+
$oc-gray-7: map.get($oc-gray-list, "7");
42+
$oc-gray-8: map.get($oc-gray-list, "8");
43+
$oc-gray-9: map.get($oc-gray-list, "9");
4444

4545
// Red
4646
// ───────────────────────────────────
@@ -58,16 +58,16 @@ $oc-red-list: (
5858
"9": #c92a2a,
5959
);
6060

61-
$oc-red-0: map-get($oc-red-list, "0");
62-
$oc-red-1: map-get($oc-red-list, "1");
63-
$oc-red-2: map-get($oc-red-list, "2");
64-
$oc-red-3: map-get($oc-red-list, "3");
65-
$oc-red-4: map-get($oc-red-list, "4");
66-
$oc-red-5: map-get($oc-red-list, "5");
67-
$oc-red-6: map-get($oc-red-list, "6");
68-
$oc-red-7: map-get($oc-red-list, "7");
69-
$oc-red-8: map-get($oc-red-list, "8");
70-
$oc-red-9: map-get($oc-red-list, "9");
61+
$oc-red-0: map.get($oc-red-list, "0");
62+
$oc-red-1: map.get($oc-red-list, "1");
63+
$oc-red-2: map.get($oc-red-list, "2");
64+
$oc-red-3: map.get($oc-red-list, "3");
65+
$oc-red-4: map.get($oc-red-list, "4");
66+
$oc-red-5: map.get($oc-red-list, "5");
67+
$oc-red-6: map.get($oc-red-list, "6");
68+
$oc-red-7: map.get($oc-red-list, "7");
69+
$oc-red-8: map.get($oc-red-list, "8");
70+
$oc-red-9: map.get($oc-red-list, "9");
7171

7272
// Pink
7373
// ───────────────────────────────────
@@ -85,16 +85,16 @@ $oc-pink-list: (
8585
"9": #a61e4d,
8686
);
8787

88-
$oc-pink-0: map-get($oc-pink-list, "0");
89-
$oc-pink-1: map-get($oc-pink-list, "1");
90-
$oc-pink-2: map-get($oc-pink-list, "2");
91-
$oc-pink-3: map-get($oc-pink-list, "3");
92-
$oc-pink-4: map-get($oc-pink-list, "4");
93-
$oc-pink-5: map-get($oc-pink-list, "5");
94-
$oc-pink-6: map-get($oc-pink-list, "6");
95-
$oc-pink-7: map-get($oc-pink-list, "7");
96-
$oc-pink-8: map-get($oc-pink-list, "8");
97-
$oc-pink-9: map-get($oc-pink-list, "9");
88+
$oc-pink-0: map.get($oc-pink-list, "0");
89+
$oc-pink-1: map.get($oc-pink-list, "1");
90+
$oc-pink-2: map.get($oc-pink-list, "2");
91+
$oc-pink-3: map.get($oc-pink-list, "3");
92+
$oc-pink-4: map.get($oc-pink-list, "4");
93+
$oc-pink-5: map.get($oc-pink-list, "5");
94+
$oc-pink-6: map.get($oc-pink-list, "6");
95+
$oc-pink-7: map.get($oc-pink-list, "7");
96+
$oc-pink-8: map.get($oc-pink-list, "8");
97+
$oc-pink-9: map.get($oc-pink-list, "9");
9898

9999
// Grape
100100
// ───────────────────────────────────
@@ -112,16 +112,16 @@ $oc-grape-list: (
112112
"9": #862e9c,
113113
);
114114

115-
$oc-grape-0: map-get($oc-grape-list, "0");
116-
$oc-grape-1: map-get($oc-grape-list, "1");
117-
$oc-grape-2: map-get($oc-grape-list, "2");
118-
$oc-grape-3: map-get($oc-grape-list, "3");
119-
$oc-grape-4: map-get($oc-grape-list, "4");
120-
$oc-grape-5: map-get($oc-grape-list, "5");
121-
$oc-grape-6: map-get($oc-grape-list, "6");
122-
$oc-grape-7: map-get($oc-grape-list, "7");
123-
$oc-grape-8: map-get($oc-grape-list, "8");
124-
$oc-grape-9: map-get($oc-grape-list, "9");
115+
$oc-grape-0: map.get($oc-grape-list, "0");
116+
$oc-grape-1: map.get($oc-grape-list, "1");
117+
$oc-grape-2: map.get($oc-grape-list, "2");
118+
$oc-grape-3: map.get($oc-grape-list, "3");
119+
$oc-grape-4: map.get($oc-grape-list, "4");
120+
$oc-grape-5: map.get($oc-grape-list, "5");
121+
$oc-grape-6: map.get($oc-grape-list, "6");
122+
$oc-grape-7: map.get($oc-grape-list, "7");
123+
$oc-grape-8: map.get($oc-grape-list, "8");
124+
$oc-grape-9: map.get($oc-grape-list, "9");
125125

126126
// Violet
127127
// ───────────────────────────────────
@@ -139,16 +139,16 @@ $oc-violet-list: (
139139
"9": #5f3dc4,
140140
);
141141

142-
$oc-violet-0: map-get($oc-violet-list, "0");
143-
$oc-violet-1: map-get($oc-violet-list, "1");
144-
$oc-violet-2: map-get($oc-violet-list, "2");
145-
$oc-violet-3: map-get($oc-violet-list, "3");
146-
$oc-violet-4: map-get($oc-violet-list, "4");
147-
$oc-violet-5: map-get($oc-violet-list, "5");
148-
$oc-violet-6: map-get($oc-violet-list, "6");
149-
$oc-violet-7: map-get($oc-violet-list, "7");
150-
$oc-violet-8: map-get($oc-violet-list, "8");
151-
$oc-violet-9: map-get($oc-violet-list, "9");
142+
$oc-violet-0: map.get($oc-violet-list, "0");
143+
$oc-violet-1: map.get($oc-violet-list, "1");
144+
$oc-violet-2: map.get($oc-violet-list, "2");
145+
$oc-violet-3: map.get($oc-violet-list, "3");
146+
$oc-violet-4: map.get($oc-violet-list, "4");
147+
$oc-violet-5: map.get($oc-violet-list, "5");
148+
$oc-violet-6: map.get($oc-violet-list, "6");
149+
$oc-violet-7: map.get($oc-violet-list, "7");
150+
$oc-violet-8: map.get($oc-violet-list, "8");
151+
$oc-violet-9: map.get($oc-violet-list, "9");
152152

153153
// Indigo
154154
// ───────────────────────────────────
@@ -166,16 +166,16 @@ $oc-indigo-list: (
166166
"9": #364fc7,
167167
);
168168

169-
$oc-indigo-0: map-get($oc-indigo-list, "0");
170-
$oc-indigo-1: map-get($oc-indigo-list, "1");
171-
$oc-indigo-2: map-get($oc-indigo-list, "2");
172-
$oc-indigo-3: map-get($oc-indigo-list, "3");
173-
$oc-indigo-4: map-get($oc-indigo-list, "4");
174-
$oc-indigo-5: map-get($oc-indigo-list, "5");
175-
$oc-indigo-6: map-get($oc-indigo-list, "6");
176-
$oc-indigo-7: map-get($oc-indigo-list, "7");
177-
$oc-indigo-8: map-get($oc-indigo-list, "8");
178-
$oc-indigo-9: map-get($oc-indigo-list, "9");
169+
$oc-indigo-0: map.get($oc-indigo-list, "0");
170+
$oc-indigo-1: map.get($oc-indigo-list, "1");
171+
$oc-indigo-2: map.get($oc-indigo-list, "2");
172+
$oc-indigo-3: map.get($oc-indigo-list, "3");
173+
$oc-indigo-4: map.get($oc-indigo-list, "4");
174+
$oc-indigo-5: map.get($oc-indigo-list, "5");
175+
$oc-indigo-6: map.get($oc-indigo-list, "6");
176+
$oc-indigo-7: map.get($oc-indigo-list, "7");
177+
$oc-indigo-8: map.get($oc-indigo-list, "8");
178+
$oc-indigo-9: map.get($oc-indigo-list, "9");
179179

180180
// Blue
181181
// ───────────────────────────────────
@@ -193,16 +193,16 @@ $oc-blue-list: (
193193
"9": #1864ab,
194194
);
195195

196-
$oc-blue-0: map-get($oc-blue-list, "0");
197-
$oc-blue-1: map-get($oc-blue-list, "1");
198-
$oc-blue-2: map-get($oc-blue-list, "2");
199-
$oc-blue-3: map-get($oc-blue-list, "3");
200-
$oc-blue-4: map-get($oc-blue-list, "4");
201-
$oc-blue-5: map-get($oc-blue-list, "5");
202-
$oc-blue-6: map-get($oc-blue-list, "6");
203-
$oc-blue-7: map-get($oc-blue-list, "7");
204-
$oc-blue-8: map-get($oc-blue-list, "8");
205-
$oc-blue-9: map-get($oc-blue-list, "9");
196+
$oc-blue-0: map.get($oc-blue-list, "0");
197+
$oc-blue-1: map.get($oc-blue-list, "1");
198+
$oc-blue-2: map.get($oc-blue-list, "2");
199+
$oc-blue-3: map.get($oc-blue-list, "3");
200+
$oc-blue-4: map.get($oc-blue-list, "4");
201+
$oc-blue-5: map.get($oc-blue-list, "5");
202+
$oc-blue-6: map.get($oc-blue-list, "6");
203+
$oc-blue-7: map.get($oc-blue-list, "7");
204+
$oc-blue-8: map.get($oc-blue-list, "8");
205+
$oc-blue-9: map.get($oc-blue-list, "9");
206206

207207
// Cyan
208208
// ───────────────────────────────────
@@ -220,16 +220,16 @@ $oc-cyan-list: (
220220
"9": #0b7285,
221221
);
222222

223-
$oc-cyan-0: map-get($oc-cyan-list, "0");
224-
$oc-cyan-1: map-get($oc-cyan-list, "1");
225-
$oc-cyan-2: map-get($oc-cyan-list, "2");
226-
$oc-cyan-3: map-get($oc-cyan-list, "3");
227-
$oc-cyan-4: map-get($oc-cyan-list, "4");
228-
$oc-cyan-5: map-get($oc-cyan-list, "5");
229-
$oc-cyan-6: map-get($oc-cyan-list, "6");
230-
$oc-cyan-7: map-get($oc-cyan-list, "7");
231-
$oc-cyan-8: map-get($oc-cyan-list, "8");
232-
$oc-cyan-9: map-get($oc-cyan-list, "9");
223+
$oc-cyan-0: map.get($oc-cyan-list, "0");
224+
$oc-cyan-1: map.get($oc-cyan-list, "1");
225+
$oc-cyan-2: map.get($oc-cyan-list, "2");
226+
$oc-cyan-3: map.get($oc-cyan-list, "3");
227+
$oc-cyan-4: map.get($oc-cyan-list, "4");
228+
$oc-cyan-5: map.get($oc-cyan-list, "5");
229+
$oc-cyan-6: map.get($oc-cyan-list, "6");
230+
$oc-cyan-7: map.get($oc-cyan-list, "7");
231+
$oc-cyan-8: map.get($oc-cyan-list, "8");
232+
$oc-cyan-9: map.get($oc-cyan-list, "9");
233233

234234
// Teal
235235
// ───────────────────────────────────
@@ -247,16 +247,16 @@ $oc-teal-list: (
247247
"9": #087f5b,
248248
);
249249

250-
$oc-teal-0: map-get($oc-teal-list, "0");
251-
$oc-teal-1: map-get($oc-teal-list, "1");
252-
$oc-teal-2: map-get($oc-teal-list, "2");
253-
$oc-teal-3: map-get($oc-teal-list, "3");
254-
$oc-teal-4: map-get($oc-teal-list, "4");
255-
$oc-teal-5: map-get($oc-teal-list, "5");
256-
$oc-teal-6: map-get($oc-teal-list, "6");
257-
$oc-teal-7: map-get($oc-teal-list, "7");
258-
$oc-teal-8: map-get($oc-teal-list, "8");
259-
$oc-teal-9: map-get($oc-teal-list, "9");
250+
$oc-teal-0: map.get($oc-teal-list, "0");
251+
$oc-teal-1: map.get($oc-teal-list, "1");
252+
$oc-teal-2: map.get($oc-teal-list, "2");
253+
$oc-teal-3: map.get($oc-teal-list, "3");
254+
$oc-teal-4: map.get($oc-teal-list, "4");
255+
$oc-teal-5: map.get($oc-teal-list, "5");
256+
$oc-teal-6: map.get($oc-teal-list, "6");
257+
$oc-teal-7: map.get($oc-teal-list, "7");
258+
$oc-teal-8: map.get($oc-teal-list, "8");
259+
$oc-teal-9: map.get($oc-teal-list, "9");
260260

261261
// Green
262262
// ───────────────────────────────────
@@ -274,16 +274,16 @@ $oc-green-list: (
274274
"9": #2b8a3e,
275275
);
276276

277-
$oc-green-0: map-get($oc-green-list, "0");
278-
$oc-green-1: map-get($oc-green-list, "1");
279-
$oc-green-2: map-get($oc-green-list, "2");
280-
$oc-green-3: map-get($oc-green-list, "3");
281-
$oc-green-4: map-get($oc-green-list, "4");
282-
$oc-green-5: map-get($oc-green-list, "5");
283-
$oc-green-6: map-get($oc-green-list, "6");
284-
$oc-green-7: map-get($oc-green-list, "7");
285-
$oc-green-8: map-get($oc-green-list, "8");
286-
$oc-green-9: map-get($oc-green-list, "9");
277+
$oc-green-0: map.get($oc-green-list, "0");
278+
$oc-green-1: map.get($oc-green-list, "1");
279+
$oc-green-2: map.get($oc-green-list, "2");
280+
$oc-green-3: map.get($oc-green-list, "3");
281+
$oc-green-4: map.get($oc-green-list, "4");
282+
$oc-green-5: map.get($oc-green-list, "5");
283+
$oc-green-6: map.get($oc-green-list, "6");
284+
$oc-green-7: map.get($oc-green-list, "7");
285+
$oc-green-8: map.get($oc-green-list, "8");
286+
$oc-green-9: map.get($oc-green-list, "9");
287287

288288
// Lime
289289
// ───────────────────────────────────
@@ -301,16 +301,16 @@ $oc-lime-list: (
301301
"9": #5c940d,
302302
);
303303

304-
$oc-lime-0: map-get($oc-lime-list, "0");
305-
$oc-lime-1: map-get($oc-lime-list, "1");
306-
$oc-lime-2: map-get($oc-lime-list, "2");
307-
$oc-lime-3: map-get($oc-lime-list, "3");
308-
$oc-lime-4: map-get($oc-lime-list, "4");
309-
$oc-lime-5: map-get($oc-lime-list, "5");
310-
$oc-lime-6: map-get($oc-lime-list, "6");
311-
$oc-lime-7: map-get($oc-lime-list, "7");
312-
$oc-lime-8: map-get($oc-lime-list, "8");
313-
$oc-lime-9: map-get($oc-lime-list, "9");
304+
$oc-lime-0: map.get($oc-lime-list, "0");
305+
$oc-lime-1: map.get($oc-lime-list, "1");
306+
$oc-lime-2: map.get($oc-lime-list, "2");
307+
$oc-lime-3: map.get($oc-lime-list, "3");
308+
$oc-lime-4: map.get($oc-lime-list, "4");
309+
$oc-lime-5: map.get($oc-lime-list, "5");
310+
$oc-lime-6: map.get($oc-lime-list, "6");
311+
$oc-lime-7: map.get($oc-lime-list, "7");
312+
$oc-lime-8: map.get($oc-lime-list, "8");
313+
$oc-lime-9: map.get($oc-lime-list, "9");
314314

315315
// Yellow
316316
// ───────────────────────────────────
@@ -328,16 +328,16 @@ $oc-yellow-list: (
328328
"9": #e67700,
329329
);
330330

331-
$oc-yellow-0: map-get($oc-yellow-list, "0");
332-
$oc-yellow-1: map-get($oc-yellow-list, "1");
333-
$oc-yellow-2: map-get($oc-yellow-list, "2");
334-
$oc-yellow-3: map-get($oc-yellow-list, "3");
335-
$oc-yellow-4: map-get($oc-yellow-list, "4");
336-
$oc-yellow-5: map-get($oc-yellow-list, "5");
337-
$oc-yellow-6: map-get($oc-yellow-list, "6");
338-
$oc-yellow-7: map-get($oc-yellow-list, "7");
339-
$oc-yellow-8: map-get($oc-yellow-list, "8");
340-
$oc-yellow-9: map-get($oc-yellow-list, "9");
331+
$oc-yellow-0: map.get($oc-yellow-list, "0");
332+
$oc-yellow-1: map.get($oc-yellow-list, "1");
333+
$oc-yellow-2: map.get($oc-yellow-list, "2");
334+
$oc-yellow-3: map.get($oc-yellow-list, "3");
335+
$oc-yellow-4: map.get($oc-yellow-list, "4");
336+
$oc-yellow-5: map.get($oc-yellow-list, "5");
337+
$oc-yellow-6: map.get($oc-yellow-list, "6");
338+
$oc-yellow-7: map.get($oc-yellow-list, "7");
339+
$oc-yellow-8: map.get($oc-yellow-list, "8");
340+
$oc-yellow-9: map.get($oc-yellow-list, "9");
341341

342342
// Orange
343343
// ───────────────────────────────────
@@ -355,16 +355,16 @@ $oc-orange-list: (
355355
"9": #d9480f,
356356
);
357357

358-
$oc-orange-0: map-get($oc-orange-list, "0");
359-
$oc-orange-1: map-get($oc-orange-list, "1");
360-
$oc-orange-2: map-get($oc-orange-list, "2");
361-
$oc-orange-3: map-get($oc-orange-list, "3");
362-
$oc-orange-4: map-get($oc-orange-list, "4");
363-
$oc-orange-5: map-get($oc-orange-list, "5");
364-
$oc-orange-6: map-get($oc-orange-list, "6");
365-
$oc-orange-7: map-get($oc-orange-list, "7");
366-
$oc-orange-8: map-get($oc-orange-list, "8");
367-
$oc-orange-9: map-get($oc-orange-list, "9");
358+
$oc-orange-0: map.get($oc-orange-list, "0");
359+
$oc-orange-1: map.get($oc-orange-list, "1");
360+
$oc-orange-2: map.get($oc-orange-list, "2");
361+
$oc-orange-3: map.get($oc-orange-list, "3");
362+
$oc-orange-4: map.get($oc-orange-list, "4");
363+
$oc-orange-5: map.get($oc-orange-list, "5");
364+
$oc-orange-6: map.get($oc-orange-list, "6");
365+
$oc-orange-7: map.get($oc-orange-list, "7");
366+
$oc-orange-8: map.get($oc-orange-list, "8");
367+
$oc-orange-9: map.get($oc-orange-list, "9");
368368

369369
// Color list
370370
// ───────────────────────────────────

0 commit comments

Comments
 (0)