diff --git a/.changeset/warm-rooms-act.md b/.changeset/warm-rooms-act.md new file mode 100644 index 0000000..cd6a360 --- /dev/null +++ b/.changeset/warm-rooms-act.md @@ -0,0 +1,5 @@ +--- +"@vega-ui/tokens": patch +--- + +Made graphite color more contrast than grey diff --git a/packages/tokens/src/colors.ts b/packages/tokens/src/colors.ts index e9555e6..29d30be 100644 --- a/packages/tokens/src/colors.ts +++ b/packages/tokens/src/colors.ts @@ -337,25 +337,25 @@ export const colors = { graphite: { 0: '#FCFCFC', - 50: '#F5F6F7', - 100: '#EFF0F2', - 150: '#EBEEF0', - 200: '#A8B1B8', - 250: '#7C8388', + 50: '#EEEFF0', + 100: '#DFE1E4', + 150: '#C5C9CD', + 200: '#8C939B', + 250: '#707881', 300: '#585D61', 350: '#3E4348', 400: '#353A40', 450: '#2B3136', 500: '#181E24', - 550: '#171D00', - 600: '#171D23', - 650: '#161B21', - 700: '#14191E', - 750: '#11161A', - 800: '#0E1216', - 850: '#0B0E10', - 900: '#07090B', - 950: '#040506', + 550: '#11161A', + 600: '#0E1115', + 650: '#0C0F12', + 700: '#090B0D', + 750: '#07090A', + 800: '#050708', + 850: '#050809', + 900: '#040607', + 950: '#020203', 1000: '#010202', },