File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @vega-ui/tokens " : patch
3+ ---
4+
5+ Made graphite color more contrast than grey
Original file line number Diff line number Diff line change @@ -337,25 +337,25 @@ export const colors = {
337337
338338 graphite : {
339339 0 : '#FCFCFC' ,
340- 50 : '#F8F9FA ' ,
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
You can’t perform that action at this time.
0 commit comments