Skip to content

Commit 4e9d3bc

Browse files
authored
Merge pull request #20 from vega-ui/added-new-sizes
style: 💄 Made graphite color more contrast than gray
2 parents 84bd513 + ad4b2db commit 4e9d3bc

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

.changeset/warm-rooms-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vega-ui/tokens": patch
3+
---
4+
5+
Made graphite color more contrast than grey

packages/tokens/src/colors.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -337,25 +337,25 @@ export const colors = {
337337

338338
graphite: {
339339
0: '#FCFCFC',
340-
50: '#F5F6F7',
341-
100: '#EFF0F2',
342-
150: '#EBEEF0',
343-
200: '#A8B1B8',
344-
250: '#7C8388',
340+
50: '#EEEFF0',
341+
100: '#DFE1E4',
342+
150: '#C5C9CD',
343+
200: '#8C939B',
344+
250: '#707881',
345345
300: '#585D61',
346346
350: '#3E4348',
347347
400: '#353A40',
348348
450: '#2B3136',
349349
500: '#181E24',
350-
550: '#171D00',
351-
600: '#171D23',
352-
650: '#161B21',
353-
700: '#14191E',
354-
750: '#11161A',
355-
800: '#0E1216',
356-
850: '#0B0E10',
357-
900: '#07090B',
358-
950: '#040506',
350+
550: '#11161A',
351+
600: '#0E1115',
352+
650: '#0C0F12',
353+
700: '#090B0D',
354+
750: '#07090A',
355+
800: '#050708',
356+
850: '#050809',
357+
900: '#040607',
358+
950: '#020203',
359359
1000: '#010202',
360360
},
361361

0 commit comments

Comments
 (0)