@ledgerhq/lumen-design-core 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/presets/allBrands.d.ts +2 -14
- package/dist/presets/allBrands.d.ts.map +1 -1
- package/dist/presets/allBrands.js +2 -0
- package/dist/presets/enterprise.d.ts +2 -14
- package/dist/presets/enterprise.d.ts.map +1 -1
- package/dist/presets/enterprise.js +2 -0
- package/dist/presets/ledger-live.d.ts +2 -14
- package/dist/presets/ledger-live.d.ts.map +1 -1
- package/dist/presets/ledger-live.js +2 -0
- package/dist/presets/websites.d.ts +2 -14
- package/dist/presets/websites.d.ts.map +1 -1
- package/dist/presets/websites.js +2 -0
- package/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.dark-css.js +17 -0
- package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.light-css.js +21 -4
- package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.dark-css.js +8 -0
- package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.light-css.js +12 -4
- package/dist/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/themes/css/primitives-css.js +168 -167
- package/dist/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.lg-css.js +19 -14
- package/dist/themes/css/typographies/typography.md-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.md-css.js +19 -14
- package/dist/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.sm-css.js +19 -14
- package/dist/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.xl-css.js +19 -14
- package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.dark-css.js +17 -0
- package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.light-css.js +21 -4
- package/dist/themes/js/enterprise/theme.d.ts +698 -88
- package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.d.ts +225 -4
- package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.js +83 -75
- package/dist/themes/js/enterprise/theme.light.d.ts +221 -0
- package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.light.js +79 -71
- package/dist/themes/js/ledger-live/theme.d.ts +698 -88
- package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.d.ts +225 -4
- package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.js +83 -75
- package/dist/themes/js/ledger-live/theme.light.d.ts +221 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.light.js +79 -71
- package/dist/themes/js/primitives/primitive.colors.d.ts +146 -142
- package/dist/themes/js/primitives/primitive.colors.d.ts.map +1 -1
- package/dist/themes/js/primitives/primitive.colors.js +146 -142
- package/dist/themes/js/primitives/primitive.gradients.d.ts +437 -0
- package/dist/themes/js/primitives/primitive.gradients.d.ts.map +1 -0
- package/dist/themes/js/primitives/primitive.gradients.js +9 -0
- package/dist/themes/js/types.d.ts +21 -0
- package/dist/themes/js/types.d.ts.map +1 -1
- package/dist/themes/js/typographies/index.d.ts +84 -28
- package/dist/themes/js/typographies/index.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.lg.d.ts +21 -7
- package/dist/themes/js/typographies/typography.lg.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.d.ts +21 -7
- package/dist/themes/js/typographies/typography.md.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.js +21 -7
- package/dist/themes/js/typographies/typography.sm.d.ts +24 -10
- package/dist/themes/js/typographies/typography.sm.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.sm.js +24 -10
- package/dist/themes/js/typographies/typography.xl.d.ts +21 -7
- package/dist/themes/js/typographies/typography.xl.d.ts.map +1 -1
- package/dist/themes/js/utils/extractCryptoGradients.d.ts +216 -0
- package/dist/themes/js/utils/extractCryptoGradients.d.ts.map +1 -0
- package/dist/themes/js/utils/extractCryptoGradients.js +22 -0
- package/dist/themes/js/websites/theme.d.ts +698 -88
- package/dist/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.d.ts +225 -4
- package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.js +83 -75
- package/dist/themes/js/websites/theme.light.d.ts +221 -0
- package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.light.js +79 -71
- package/dist/utils/createAnimationsPlugin.d.ts +4 -4
- package/dist/utils/createAnimationsPlugin.d.ts.map +1 -1
- package/dist/utils/createAnimationsPlugin.js +9 -83
- package/dist/utils/createCustomPlugin.d.ts +7 -16
- package/dist/utils/createCustomPlugin.d.ts.map +1 -1
- package/dist/utils/createCustomPlugin.js +17 -1
- package/dist/utils/createPrimitivesPlugin.d.ts +4 -4
- package/dist/utils/createPrimitivesPlugin.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -173,6 +173,10 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
173
173
|
readonly surface: "#151515";
|
|
174
174
|
readonly surfaceHover: "#1f1f1f";
|
|
175
175
|
readonly surfacePressed: "#3c3c3c";
|
|
176
|
+
readonly surfaceTransparent: "#ffffff0d";
|
|
177
|
+
readonly surfaceTransparentHover: "#ffffff1a";
|
|
178
|
+
readonly surfaceTransparentPressed: "#ffffff33";
|
|
179
|
+
readonly surfaceTransparentDisabled: "#ffffff0d";
|
|
176
180
|
readonly base: "#000000";
|
|
177
181
|
readonly baseHover: "#151515";
|
|
178
182
|
readonly basePressed: "#1f1f1f";
|
|
@@ -184,10 +188,10 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
184
188
|
readonly muted: "#1f1f1f";
|
|
185
189
|
readonly mutedHover: "#3c3c3c";
|
|
186
190
|
readonly mutedPressed: "#565656";
|
|
187
|
-
readonly mutedTransparent: "#
|
|
188
|
-
readonly mutedTransparentHover: "#
|
|
189
|
-
readonly mutedTransparentPressed: "#
|
|
190
|
-
readonly mutedTransparentDisabled: "#
|
|
191
|
+
readonly mutedTransparent: "#ffffff1a";
|
|
192
|
+
readonly mutedTransparentHover: "#ffffff33";
|
|
193
|
+
readonly mutedTransparentPressed: "#ffffff4d";
|
|
194
|
+
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
191
195
|
readonly mutedStrong: "#848484";
|
|
192
196
|
readonly mutedStrongHover: "#9c9c9c";
|
|
193
197
|
readonly mutedStrongPressed: "#c3c3c3";
|
|
@@ -269,5 +273,222 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
269
273
|
readonly success: "#6ec85c";
|
|
270
274
|
readonly icon: "#ffffff0d";
|
|
271
275
|
};
|
|
276
|
+
readonly gradients: {
|
|
277
|
+
readonly crypto: {
|
|
278
|
+
aion: {
|
|
279
|
+
color: string;
|
|
280
|
+
}[];
|
|
281
|
+
algorand: {
|
|
282
|
+
color: string;
|
|
283
|
+
}[];
|
|
284
|
+
avax: {
|
|
285
|
+
color: string;
|
|
286
|
+
}[];
|
|
287
|
+
bat: {
|
|
288
|
+
color: string;
|
|
289
|
+
}[];
|
|
290
|
+
bgb: {
|
|
291
|
+
color: string;
|
|
292
|
+
}[];
|
|
293
|
+
bitcoin: {
|
|
294
|
+
color: string;
|
|
295
|
+
}[];
|
|
296
|
+
bitcoinCash: {
|
|
297
|
+
color: string;
|
|
298
|
+
}[];
|
|
299
|
+
bitcoinGold: {
|
|
300
|
+
color: string;
|
|
301
|
+
}[];
|
|
302
|
+
bitcoinSv: {
|
|
303
|
+
color: string;
|
|
304
|
+
}[];
|
|
305
|
+
binance: {
|
|
306
|
+
color: string;
|
|
307
|
+
}[];
|
|
308
|
+
bytecoin: {
|
|
309
|
+
color: string;
|
|
310
|
+
}[];
|
|
311
|
+
cardano: {
|
|
312
|
+
color: string;
|
|
313
|
+
}[];
|
|
314
|
+
cosmos: {
|
|
315
|
+
color: string;
|
|
316
|
+
}[];
|
|
317
|
+
compound: {
|
|
318
|
+
color: string;
|
|
319
|
+
}[];
|
|
320
|
+
celo: {
|
|
321
|
+
color: string;
|
|
322
|
+
}[];
|
|
323
|
+
celo2: {
|
|
324
|
+
color: string;
|
|
325
|
+
}[];
|
|
326
|
+
chainlink: {
|
|
327
|
+
color: string;
|
|
328
|
+
}[];
|
|
329
|
+
cro: {
|
|
330
|
+
color: string;
|
|
331
|
+
}[];
|
|
332
|
+
dash: {
|
|
333
|
+
color: string;
|
|
334
|
+
}[];
|
|
335
|
+
dai: {
|
|
336
|
+
color: string;
|
|
337
|
+
}[];
|
|
338
|
+
decred: {
|
|
339
|
+
color: string;
|
|
340
|
+
}[];
|
|
341
|
+
digibyte: {
|
|
342
|
+
color: string;
|
|
343
|
+
}[];
|
|
344
|
+
dogecoin: {
|
|
345
|
+
color: string;
|
|
346
|
+
}[];
|
|
347
|
+
dydx: {
|
|
348
|
+
color: string;
|
|
349
|
+
}[];
|
|
350
|
+
dym: {
|
|
351
|
+
color: string;
|
|
352
|
+
}[];
|
|
353
|
+
elrond: {
|
|
354
|
+
color: string;
|
|
355
|
+
}[];
|
|
356
|
+
eng: {
|
|
357
|
+
color: string;
|
|
358
|
+
}[];
|
|
359
|
+
eos: {
|
|
360
|
+
color: string;
|
|
361
|
+
}[];
|
|
362
|
+
ethergem: {
|
|
363
|
+
color: string;
|
|
364
|
+
}[];
|
|
365
|
+
ethereum: {
|
|
366
|
+
color: string;
|
|
367
|
+
}[];
|
|
368
|
+
ethereumClassic: {
|
|
369
|
+
color: string;
|
|
370
|
+
}[];
|
|
371
|
+
flr: {
|
|
372
|
+
color: string;
|
|
373
|
+
}[];
|
|
374
|
+
ftm: {
|
|
375
|
+
color: string;
|
|
376
|
+
}[];
|
|
377
|
+
hedera: {
|
|
378
|
+
color: string;
|
|
379
|
+
}[];
|
|
380
|
+
hnt: {
|
|
381
|
+
color: string;
|
|
382
|
+
}[];
|
|
383
|
+
huobi: {
|
|
384
|
+
color: string;
|
|
385
|
+
}[];
|
|
386
|
+
iota: {
|
|
387
|
+
color: string;
|
|
388
|
+
}[];
|
|
389
|
+
komodo: {
|
|
390
|
+
color: string;
|
|
391
|
+
}[];
|
|
392
|
+
leo: {
|
|
393
|
+
color: string;
|
|
394
|
+
}[];
|
|
395
|
+
litecoin: {
|
|
396
|
+
color: string;
|
|
397
|
+
}[];
|
|
398
|
+
monero: {
|
|
399
|
+
color: string;
|
|
400
|
+
}[];
|
|
401
|
+
multiverseX: {
|
|
402
|
+
color: string;
|
|
403
|
+
}[];
|
|
404
|
+
nano: {
|
|
405
|
+
color: string;
|
|
406
|
+
}[];
|
|
407
|
+
near: {
|
|
408
|
+
color: string;
|
|
409
|
+
}[];
|
|
410
|
+
neo: {
|
|
411
|
+
color: string;
|
|
412
|
+
}[];
|
|
413
|
+
nimiq: {
|
|
414
|
+
color: string;
|
|
415
|
+
}[];
|
|
416
|
+
omgNetwork: {
|
|
417
|
+
color: string;
|
|
418
|
+
}[];
|
|
419
|
+
okb: {
|
|
420
|
+
color: string;
|
|
421
|
+
}[];
|
|
422
|
+
osmo: {
|
|
423
|
+
color: string;
|
|
424
|
+
}[];
|
|
425
|
+
peercoin: {
|
|
426
|
+
color: string;
|
|
427
|
+
}[];
|
|
428
|
+
pirl: {
|
|
429
|
+
color: string;
|
|
430
|
+
}[];
|
|
431
|
+
pivx: {
|
|
432
|
+
color: string;
|
|
433
|
+
}[];
|
|
434
|
+
polkadot: {
|
|
435
|
+
color: string;
|
|
436
|
+
}[];
|
|
437
|
+
polygon: {
|
|
438
|
+
color: string;
|
|
439
|
+
}[];
|
|
440
|
+
qnt: {
|
|
441
|
+
color: string;
|
|
442
|
+
}[];
|
|
443
|
+
sats: {
|
|
444
|
+
color: string;
|
|
445
|
+
}[];
|
|
446
|
+
stellar: {
|
|
447
|
+
color: string;
|
|
448
|
+
}[];
|
|
449
|
+
sol: {
|
|
450
|
+
color: string;
|
|
451
|
+
}[];
|
|
452
|
+
tetherUsdt: {
|
|
453
|
+
color: string;
|
|
454
|
+
}[];
|
|
455
|
+
tezos: {
|
|
456
|
+
color: string;
|
|
457
|
+
}[];
|
|
458
|
+
tkx: {
|
|
459
|
+
color: string;
|
|
460
|
+
}[];
|
|
461
|
+
tron: {
|
|
462
|
+
color: string;
|
|
463
|
+
}[];
|
|
464
|
+
uniswap: {
|
|
465
|
+
color: string;
|
|
466
|
+
}[];
|
|
467
|
+
tusd: {
|
|
468
|
+
color: string;
|
|
469
|
+
}[];
|
|
470
|
+
usdc: {
|
|
471
|
+
color: string;
|
|
472
|
+
}[];
|
|
473
|
+
uni: {
|
|
474
|
+
color: string;
|
|
475
|
+
}[];
|
|
476
|
+
waves: {
|
|
477
|
+
color: string;
|
|
478
|
+
}[];
|
|
479
|
+
xrp: {
|
|
480
|
+
color: string;
|
|
481
|
+
}[];
|
|
482
|
+
xin: {
|
|
483
|
+
color: string;
|
|
484
|
+
}[];
|
|
485
|
+
yieldly: {
|
|
486
|
+
color: string;
|
|
487
|
+
}[];
|
|
488
|
+
zcash: {
|
|
489
|
+
color: string;
|
|
490
|
+
}[];
|
|
491
|
+
};
|
|
492
|
+
};
|
|
272
493
|
};
|
|
273
494
|
//# sourceMappingURL=theme.dark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuRD,CAAC"}
|
|
@@ -1,148 +1,149 @@
|
|
|
1
1
|
import { primitiveColorTokens } from '../primitives/primitive.colors';
|
|
2
|
+
import { primitiveGradientTokens } from '../primitives/primitive.gradients';
|
|
2
3
|
export const ledgerLiveDarkColorTokens = {
|
|
3
4
|
crypto: {
|
|
4
5
|
aion: primitiveColorTokens.dark.crypto.aion,
|
|
5
|
-
aion0: primitiveColorTokens.dark.
|
|
6
|
+
aion0: primitiveColorTokens.dark.cryptoTransparent.aion,
|
|
6
7
|
algorand: primitiveColorTokens.dark.crypto.algorand,
|
|
7
|
-
algorand0: primitiveColorTokens.dark.
|
|
8
|
+
algorand0: primitiveColorTokens.dark.cryptoTransparent.algorand,
|
|
8
9
|
avax: primitiveColorTokens.dark.crypto.avax,
|
|
9
|
-
avax0: primitiveColorTokens.dark.
|
|
10
|
+
avax0: primitiveColorTokens.dark.cryptoTransparent.avax,
|
|
10
11
|
bat: primitiveColorTokens.dark.crypto.bat,
|
|
11
|
-
bat0: primitiveColorTokens.dark.
|
|
12
|
+
bat0: primitiveColorTokens.dark.cryptoTransparent.bat,
|
|
12
13
|
bgb: primitiveColorTokens.dark.crypto.bgb,
|
|
13
|
-
bgb0: primitiveColorTokens.dark.
|
|
14
|
+
bgb0: primitiveColorTokens.dark.cryptoTransparent.bgb,
|
|
14
15
|
bitcoin: primitiveColorTokens.dark.crypto.bitcoin,
|
|
15
|
-
bitcoin0: primitiveColorTokens.dark.
|
|
16
|
+
bitcoin0: primitiveColorTokens.dark.cryptoTransparent.bitcoin,
|
|
16
17
|
bitcoinCash: primitiveColorTokens.dark.crypto.bitcoinCash,
|
|
17
|
-
bitcoinCash0: primitiveColorTokens.dark.
|
|
18
|
+
bitcoinCash0: primitiveColorTokens.dark.cryptoTransparent.bitcoinCash,
|
|
18
19
|
bitcoinGold: primitiveColorTokens.dark.crypto.bitcoinGold,
|
|
19
|
-
bitcoinGold0: primitiveColorTokens.dark.
|
|
20
|
+
bitcoinGold0: primitiveColorTokens.dark.cryptoTransparent.bitcoinGold,
|
|
20
21
|
bitcoinSv: primitiveColorTokens.dark.crypto.bitcoinSv,
|
|
21
|
-
bitcoinSv0: primitiveColorTokens.dark.
|
|
22
|
+
bitcoinSv0: primitiveColorTokens.dark.cryptoTransparent.bitcoinSv,
|
|
22
23
|
binance: primitiveColorTokens.dark.crypto.binance,
|
|
23
|
-
binance0: primitiveColorTokens.dark.
|
|
24
|
+
binance0: primitiveColorTokens.dark.cryptoTransparent.binance,
|
|
24
25
|
bytecoin: primitiveColorTokens.dark.crypto.bytecoin,
|
|
25
|
-
bytecoin0: primitiveColorTokens.dark.
|
|
26
|
+
bytecoin0: primitiveColorTokens.dark.cryptoTransparent.bytecoin,
|
|
26
27
|
cardano: primitiveColorTokens.dark.crypto.cardano,
|
|
27
|
-
cardano0: primitiveColorTokens.dark.
|
|
28
|
+
cardano0: primitiveColorTokens.dark.cryptoTransparent.cardano,
|
|
28
29
|
cosmos: primitiveColorTokens.dark.crypto.cosmos,
|
|
29
|
-
cosmos0: primitiveColorTokens.dark.
|
|
30
|
+
cosmos0: primitiveColorTokens.dark.cryptoTransparent.cosmos,
|
|
30
31
|
compound: primitiveColorTokens.dark.crypto.compound,
|
|
31
|
-
compound0: primitiveColorTokens.dark.
|
|
32
|
+
compound0: primitiveColorTokens.dark.cryptoTransparent.compound,
|
|
32
33
|
celo: primitiveColorTokens.dark.crypto.celo,
|
|
33
|
-
celo0: primitiveColorTokens.dark.
|
|
34
|
+
celo0: primitiveColorTokens.dark.cryptoTransparent.celo,
|
|
34
35
|
celo2: primitiveColorTokens.dark.crypto.celo2,
|
|
35
|
-
celo20: primitiveColorTokens.dark.
|
|
36
|
+
celo20: primitiveColorTokens.dark.cryptoTransparent.celo2,
|
|
36
37
|
chainlink: primitiveColorTokens.dark.crypto.chainlink,
|
|
37
|
-
chainlink0: primitiveColorTokens.dark.
|
|
38
|
+
chainlink0: primitiveColorTokens.dark.cryptoTransparent.chainlink,
|
|
38
39
|
cro: primitiveColorTokens.dark.crypto.cro,
|
|
39
|
-
cro0: primitiveColorTokens.dark.
|
|
40
|
+
cro0: primitiveColorTokens.dark.cryptoTransparent.cro,
|
|
40
41
|
dash: primitiveColorTokens.dark.crypto.dash,
|
|
41
|
-
dash0: primitiveColorTokens.dark.
|
|
42
|
+
dash0: primitiveColorTokens.dark.cryptoTransparent.dash,
|
|
42
43
|
dai: primitiveColorTokens.dark.crypto.dai,
|
|
43
|
-
dai0: primitiveColorTokens.dark.
|
|
44
|
+
dai0: primitiveColorTokens.dark.cryptoTransparent.dai,
|
|
44
45
|
decred: primitiveColorTokens.dark.crypto.decred,
|
|
45
|
-
decred0: primitiveColorTokens.dark.
|
|
46
|
+
decred0: primitiveColorTokens.dark.cryptoTransparent.decred,
|
|
46
47
|
digibyte: primitiveColorTokens.dark.crypto.digibyte,
|
|
47
|
-
digibyte0: primitiveColorTokens.dark.
|
|
48
|
+
digibyte0: primitiveColorTokens.dark.cryptoTransparent.digibyte,
|
|
48
49
|
dogecoin: primitiveColorTokens.dark.crypto.dogecoin,
|
|
49
|
-
dogecoin0: primitiveColorTokens.dark.
|
|
50
|
+
dogecoin0: primitiveColorTokens.dark.cryptoTransparent.dogecoin,
|
|
50
51
|
dydx: primitiveColorTokens.dark.crypto.dydx,
|
|
51
|
-
dydx0: primitiveColorTokens.dark.
|
|
52
|
+
dydx0: primitiveColorTokens.dark.cryptoTransparent.dydx,
|
|
52
53
|
dym: primitiveColorTokens.dark.crypto.dym,
|
|
53
|
-
dym0: primitiveColorTokens.dark.
|
|
54
|
+
dym0: primitiveColorTokens.dark.cryptoTransparent.dym,
|
|
54
55
|
elrond: primitiveColorTokens.dark.crypto.elrond,
|
|
55
|
-
elrond0: primitiveColorTokens.dark.
|
|
56
|
+
elrond0: primitiveColorTokens.dark.cryptoTransparent.elrond,
|
|
56
57
|
eng: primitiveColorTokens.dark.crypto.eng,
|
|
57
|
-
eng0: primitiveColorTokens.dark.
|
|
58
|
+
eng0: primitiveColorTokens.dark.cryptoTransparent.eng,
|
|
58
59
|
eos: primitiveColorTokens.dark.crypto.eos,
|
|
59
|
-
eos0: primitiveColorTokens.dark.
|
|
60
|
+
eos0: primitiveColorTokens.dark.cryptoTransparent.eos,
|
|
60
61
|
ethergem: primitiveColorTokens.dark.crypto.ethergem,
|
|
61
|
-
ethergem0: primitiveColorTokens.dark.
|
|
62
|
+
ethergem0: primitiveColorTokens.dark.cryptoTransparent.ethergem,
|
|
62
63
|
ethereum: primitiveColorTokens.dark.crypto.ethereum,
|
|
63
|
-
ethereum0: primitiveColorTokens.dark.
|
|
64
|
+
ethereum0: primitiveColorTokens.dark.cryptoTransparent.ethereum,
|
|
64
65
|
ethereumClassic: primitiveColorTokens.dark.crypto.ethereumClassic,
|
|
65
|
-
ethereumClassic0: primitiveColorTokens.dark.
|
|
66
|
+
ethereumClassic0: primitiveColorTokens.dark.cryptoTransparent.ethereumClassic,
|
|
66
67
|
flr: primitiveColorTokens.dark.crypto.flr,
|
|
67
|
-
flr0: primitiveColorTokens.dark.
|
|
68
|
+
flr0: primitiveColorTokens.dark.cryptoTransparent.flr,
|
|
68
69
|
ftm: primitiveColorTokens.dark.crypto.ftm,
|
|
69
|
-
ftm0: primitiveColorTokens.dark.
|
|
70
|
+
ftm0: primitiveColorTokens.dark.cryptoTransparent.ftm,
|
|
70
71
|
hedera: primitiveColorTokens.dark.crypto.hedera,
|
|
71
|
-
hedera0: primitiveColorTokens.dark.
|
|
72
|
+
hedera0: primitiveColorTokens.dark.cryptoTransparent.hedera,
|
|
72
73
|
hnt: primitiveColorTokens.dark.crypto.hnt,
|
|
73
|
-
hnt0: primitiveColorTokens.dark.
|
|
74
|
+
hnt0: primitiveColorTokens.dark.cryptoTransparent.hnt,
|
|
74
75
|
huobi: primitiveColorTokens.dark.crypto.huobi,
|
|
75
|
-
huobi0: primitiveColorTokens.dark.
|
|
76
|
+
huobi0: primitiveColorTokens.dark.cryptoTransparent.huobi,
|
|
76
77
|
iota: primitiveColorTokens.dark.crypto.iota,
|
|
77
|
-
iota0: primitiveColorTokens.dark.
|
|
78
|
+
iota0: primitiveColorTokens.dark.cryptoTransparent.iota,
|
|
78
79
|
komodo: primitiveColorTokens.dark.crypto.komodo,
|
|
79
|
-
komodo0: primitiveColorTokens.dark.
|
|
80
|
+
komodo0: primitiveColorTokens.dark.cryptoTransparent.komodo,
|
|
80
81
|
leo: primitiveColorTokens.dark.crypto.leo,
|
|
81
|
-
leo0: primitiveColorTokens.dark.
|
|
82
|
+
leo0: primitiveColorTokens.dark.cryptoTransparent.leo,
|
|
82
83
|
litecoin: primitiveColorTokens.dark.crypto.litecoin,
|
|
83
|
-
litecoin0: primitiveColorTokens.dark.
|
|
84
|
+
litecoin0: primitiveColorTokens.dark.cryptoTransparent.litecoin,
|
|
84
85
|
monero: primitiveColorTokens.dark.crypto.monero,
|
|
85
|
-
monero0: primitiveColorTokens.dark.
|
|
86
|
+
monero0: primitiveColorTokens.dark.cryptoTransparent.monero,
|
|
86
87
|
multiverseX: primitiveColorTokens.dark.crypto.multiverseX,
|
|
87
|
-
multiverseX0: primitiveColorTokens.dark.
|
|
88
|
+
multiverseX0: primitiveColorTokens.dark.cryptoTransparent.multiverseX,
|
|
88
89
|
nano: primitiveColorTokens.dark.crypto.nano,
|
|
89
|
-
nano0: primitiveColorTokens.dark.
|
|
90
|
+
nano0: primitiveColorTokens.dark.cryptoTransparent.nano,
|
|
90
91
|
near: primitiveColorTokens.dark.crypto.near,
|
|
91
|
-
near0: primitiveColorTokens.dark.
|
|
92
|
+
near0: primitiveColorTokens.dark.cryptoTransparent.near,
|
|
92
93
|
neo: primitiveColorTokens.dark.crypto.neo,
|
|
93
|
-
neo0: primitiveColorTokens.dark.
|
|
94
|
+
neo0: primitiveColorTokens.dark.cryptoTransparent.neo,
|
|
94
95
|
nimiq: primitiveColorTokens.dark.crypto.nimiq,
|
|
95
|
-
nimiq0: primitiveColorTokens.dark.
|
|
96
|
+
nimiq0: primitiveColorTokens.dark.cryptoTransparent.nimiq,
|
|
96
97
|
omgNetwork: primitiveColorTokens.dark.crypto.omgNetwork,
|
|
97
|
-
omgNetwork0: primitiveColorTokens.dark.
|
|
98
|
+
omgNetwork0: primitiveColorTokens.dark.cryptoTransparent.omgNetwork,
|
|
98
99
|
okb: primitiveColorTokens.dark.crypto.okb,
|
|
99
|
-
okb0: primitiveColorTokens.dark.
|
|
100
|
+
okb0: primitiveColorTokens.dark.cryptoTransparent.okb,
|
|
100
101
|
osmo: primitiveColorTokens.dark.crypto.osmo,
|
|
101
|
-
osmo0: primitiveColorTokens.dark.
|
|
102
|
+
osmo0: primitiveColorTokens.dark.cryptoTransparent.osmo,
|
|
102
103
|
peercoin: primitiveColorTokens.dark.crypto.peercoin,
|
|
103
|
-
peercoin0: primitiveColorTokens.dark.
|
|
104
|
+
peercoin0: primitiveColorTokens.dark.cryptoTransparent.peercoin,
|
|
104
105
|
pirl: primitiveColorTokens.dark.crypto.pirl,
|
|
105
|
-
pirl0: primitiveColorTokens.dark.
|
|
106
|
+
pirl0: primitiveColorTokens.dark.cryptoTransparent.pirl,
|
|
106
107
|
pivx: primitiveColorTokens.dark.crypto.pivx,
|
|
107
|
-
pivx0: primitiveColorTokens.dark.
|
|
108
|
+
pivx0: primitiveColorTokens.dark.cryptoTransparent.pivx,
|
|
108
109
|
polkadot: primitiveColorTokens.dark.crypto.polkadot,
|
|
109
|
-
polkadot0: primitiveColorTokens.dark.
|
|
110
|
+
polkadot0: primitiveColorTokens.dark.cryptoTransparent.polkadot,
|
|
110
111
|
polygon: primitiveColorTokens.dark.crypto.polygon,
|
|
111
|
-
polygon0: primitiveColorTokens.dark.
|
|
112
|
+
polygon0: primitiveColorTokens.dark.cryptoTransparent.polygon,
|
|
112
113
|
qnt: primitiveColorTokens.dark.crypto.qnt,
|
|
113
|
-
qnt0: primitiveColorTokens.dark.
|
|
114
|
+
qnt0: primitiveColorTokens.dark.cryptoTransparent.qnt,
|
|
114
115
|
sats: primitiveColorTokens.dark.crypto.sats,
|
|
115
|
-
sats0: primitiveColorTokens.dark.
|
|
116
|
+
sats0: primitiveColorTokens.dark.cryptoTransparent.sats,
|
|
116
117
|
stellar: primitiveColorTokens.dark.crypto.stellar,
|
|
117
|
-
stellar0: primitiveColorTokens.dark.
|
|
118
|
+
stellar0: primitiveColorTokens.dark.cryptoTransparent.stellar,
|
|
118
119
|
sol: primitiveColorTokens.dark.crypto.sol,
|
|
119
|
-
sol0: primitiveColorTokens.dark.
|
|
120
|
+
sol0: primitiveColorTokens.dark.cryptoTransparent.sol,
|
|
120
121
|
tetherUsdt: primitiveColorTokens.dark.crypto.tetherUsdt,
|
|
121
|
-
tetherUsdt0: primitiveColorTokens.dark.
|
|
122
|
+
tetherUsdt0: primitiveColorTokens.dark.cryptoTransparent.tetherUsdt,
|
|
122
123
|
tezos: primitiveColorTokens.dark.crypto.tezos,
|
|
123
|
-
tezos0: primitiveColorTokens.dark.
|
|
124
|
+
tezos0: primitiveColorTokens.dark.cryptoTransparent.tezos,
|
|
124
125
|
tkx: primitiveColorTokens.dark.crypto.tkx,
|
|
125
|
-
tkx0: primitiveColorTokens.dark.
|
|
126
|
+
tkx0: primitiveColorTokens.dark.cryptoTransparent.tkx,
|
|
126
127
|
tron: primitiveColorTokens.dark.crypto.tron,
|
|
127
|
-
tron0: primitiveColorTokens.dark.
|
|
128
|
+
tron0: primitiveColorTokens.dark.cryptoTransparent.tron,
|
|
128
129
|
uniswap: primitiveColorTokens.dark.crypto.uniswap,
|
|
129
|
-
uniswap0: primitiveColorTokens.dark.
|
|
130
|
+
uniswap0: primitiveColorTokens.dark.cryptoTransparent.uniswap,
|
|
130
131
|
tusd: primitiveColorTokens.dark.crypto.tusd,
|
|
131
|
-
tusd0: primitiveColorTokens.dark.
|
|
132
|
+
tusd0: primitiveColorTokens.dark.cryptoTransparent.tusd,
|
|
132
133
|
usdc: primitiveColorTokens.dark.crypto.usdc,
|
|
133
|
-
usdc0: primitiveColorTokens.dark.
|
|
134
|
+
usdc0: primitiveColorTokens.dark.cryptoTransparent.usdc,
|
|
134
135
|
uni: primitiveColorTokens.dark.crypto.uni,
|
|
135
|
-
uni0: primitiveColorTokens.dark.
|
|
136
|
+
uni0: primitiveColorTokens.dark.cryptoTransparent.uni,
|
|
136
137
|
waves: primitiveColorTokens.dark.crypto.waves,
|
|
137
|
-
waves0: primitiveColorTokens.dark.
|
|
138
|
+
waves0: primitiveColorTokens.dark.cryptoTransparent.waves,
|
|
138
139
|
xrp: primitiveColorTokens.dark.crypto.xrp,
|
|
139
|
-
xrp0: primitiveColorTokens.dark.
|
|
140
|
+
xrp0: primitiveColorTokens.dark.cryptoTransparent.xrp,
|
|
140
141
|
xin: primitiveColorTokens.dark.crypto.xin,
|
|
141
|
-
xin0: primitiveColorTokens.dark.
|
|
142
|
+
xin0: primitiveColorTokens.dark.cryptoTransparent.xin,
|
|
142
143
|
yieldly: primitiveColorTokens.dark.crypto.yieldly,
|
|
143
|
-
yieldly0: primitiveColorTokens.dark.
|
|
144
|
+
yieldly0: primitiveColorTokens.dark.cryptoTransparent.yieldly,
|
|
144
145
|
zcash: primitiveColorTokens.dark.crypto.zcash,
|
|
145
|
-
zcash0: primitiveColorTokens.dark.
|
|
146
|
+
zcash0: primitiveColorTokens.dark.cryptoTransparent.zcash,
|
|
146
147
|
},
|
|
147
148
|
discover: {
|
|
148
149
|
'1inch': primitiveColorTokens.dark.discover['1inch'],
|
|
@@ -174,6 +175,10 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
174
175
|
surface: primitiveColorTokens.dark.grey['100'],
|
|
175
176
|
surfaceHover: primitiveColorTokens.dark.grey['200'],
|
|
176
177
|
surfacePressed: primitiveColorTokens.dark.grey['300'],
|
|
178
|
+
surfaceTransparent: primitiveColorTokens.dark.grey['950-5'],
|
|
179
|
+
surfaceTransparentHover: primitiveColorTokens.dark.grey['950-10'],
|
|
180
|
+
surfaceTransparentPressed: primitiveColorTokens.dark.grey['950-20'],
|
|
181
|
+
surfaceTransparentDisabled: primitiveColorTokens.dark.grey['950-5'],
|
|
177
182
|
base: primitiveColorTokens.dark.grey['050'],
|
|
178
183
|
baseHover: primitiveColorTokens.dark.grey['100'],
|
|
179
184
|
basePressed: primitiveColorTokens.dark.grey['200'],
|
|
@@ -185,10 +190,10 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
185
190
|
muted: primitiveColorTokens.dark.grey['200'],
|
|
186
191
|
mutedHover: primitiveColorTokens.dark.grey['300'],
|
|
187
192
|
mutedPressed: primitiveColorTokens.dark.grey['400'],
|
|
188
|
-
mutedTransparent: primitiveColorTokens.dark.grey['950-
|
|
189
|
-
mutedTransparentHover: primitiveColorTokens.dark.grey['950-
|
|
190
|
-
mutedTransparentPressed: primitiveColorTokens.dark.grey['950-
|
|
191
|
-
mutedTransparentDisabled: primitiveColorTokens.dark.grey['950-
|
|
193
|
+
mutedTransparent: primitiveColorTokens.dark.grey['950-10'],
|
|
194
|
+
mutedTransparentHover: primitiveColorTokens.dark.grey['950-20'],
|
|
195
|
+
mutedTransparentPressed: primitiveColorTokens.dark.grey['950-30'],
|
|
196
|
+
mutedTransparentDisabled: primitiveColorTokens.dark.grey['950-10'],
|
|
192
197
|
mutedStrong: primitiveColorTokens.dark.grey['600'],
|
|
193
198
|
mutedStrongHover: primitiveColorTokens.dark.grey['700'],
|
|
194
199
|
mutedStrongPressed: primitiveColorTokens.dark.grey['800'],
|
|
@@ -270,4 +275,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
270
275
|
success: primitiveColorTokens.dark.green['600'],
|
|
271
276
|
icon: primitiveColorTokens.dark.grey['950-5'],
|
|
272
277
|
},
|
|
278
|
+
gradients: {
|
|
279
|
+
crypto: primitiveGradientTokens.dark.crypto,
|
|
280
|
+
},
|
|
273
281
|
};
|