Skip to content

Commit

Permalink
Darkmode increased contrasrt for surface and decorative colors
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipOps committed Mar 21, 2024
1 parent d3c533b commit fb7c08f
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions packages/swirl-tokens/figma-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,39 +375,39 @@
"core": {
"gray": {
"10": {
"value": "#262626",
"value": "#2B2B2B",
"type": "color"
},
"11": {
"value": "#1c1c1c",
"value": "#232323",
"type": "color"
},
"12": {
"value": "#171717",
"value": "#191919",
"type": "color"
},
"black": {
"value": "#000000",
"type": "color"
},
"09": {
"value": "#2e2e2e",
"value": "#363636",
"type": "color"
},
"08": {
"value": "#363636",
"value": "#3F3F3F",
"type": "color"
},
"07": {
"value": "#424242",
"value": "#515151",
"type": "color"
},
"06": {
"value": "#6e6e6e",
"type": "color"
},
"05": {
"value": "#989898",
"value": "#9E9E9E",
"type": "color"
},
"04": {
Expand Down Expand Up @@ -726,99 +726,99 @@
"decorative-dark": {
"chilli": {
"text": {
"value": "#DA6D6D",
"value": "#F47878",
"type": "color"
},
"surface": {
"value": "#DA6D6D",
"value": "#F47878",
"type": "color"
},
"surface-subdued": {
"value": "#382221",
"value": "#4D2D2C",
"type": "color"
}
},
"pumpkin": {
"text": {
"value": "#D48031",
"value": "#ED994B",
"type": "color"
},
"surface": {
"value": "#D48031",
"value": "#ED994B",
"type": "color"
},
"surface-subdued": {
"value": "#33251A",
"value": "#523824",
"type": "color"
}
},
"banana": {
"text": {
"value": "#AF911B",
"value": "#D1AF29",
"type": "color"
},
"surface": {
"value": "#AF911B",
"value": "#D1AF29",
"type": "color"
},
"surface-subdued": {
"value": "#2C271D",
"value": "#4D3E1E",
"type": "color"
}
},
"radish": {
"text": {
"value": "#DD69BD",
"value": "#F278CC",
"type": "color"
},
"surface": {
"value": "#DD69BD",
"value": "#F278CC",
"type": "color"
},
"surface-subdued": {
"value": "#32232D",
"value": "#4F3045",
"type": "color"
}
},
"grape": {
"text": {
"value": "#C26BE9",
"value": "#D683FB",
"type": "color"
},
"surface": {
"value": "#C26BE9",
"value": "#D683FB",
"type": "color"
},
"surface-subdued": {
"value": "#2F2438",
"value": "#4B2F62",
"type": "color"
}
},
"kiwi": {
"text": {
"value": "#59A469",
"value": "#6FC882",
"type": "color"
},
"surface": {
"value": "#59A469",
"value": "#6FC882",
"type": "color"
},
"surface-subdued": {
"value": "#222B22",
"value": "#2A462A",
"type": "color"
}
},
"blueberry": {
"text": {
"value": "#568FDE",
"value": "#7AACF0",
"type": "color"
},
"surface": {
"value": "#568FDE",
"value": "#7AACF0",
"type": "color"
},
"surface-subdued": {
"value": "#1E2936",
"value": "#29405B",
"type": "color"
}
}
Expand Down

0 comments on commit fb7c08f

Please sign in to comment.