Skip to content

Commit

Permalink
Updated dataVis.categorical dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 0279cb2 commit e24f4dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 57 deletions.
64 changes: 8 additions & 56 deletions design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@
"categorical": {
"10": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.green1}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1038,7 +1038,7 @@
},
"20": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.darkblue2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1050,7 +1050,7 @@
},
"30": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.gold2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1062,7 +1062,7 @@
},
"40": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.purple2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1074,7 +1074,7 @@
},
"50": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.lightblue2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1086,7 +1086,7 @@
},
"60": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.pink2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1098,7 +1098,7 @@
},
"70": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.blue2}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1110,55 +1110,7 @@
},
"80": {
"$type": "color",
"$value": "{TBD}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"20Weak": {
"$type": "color",
"$value": "{TBD}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"40Weak": {
"$type": "color",
"$value": "{TBD}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"60Weak": {
"$type": "color",
"$value": "{TBD}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"80Weak": {
"$type": "color",
"$value": "{TBD}",
"$value": "{base.color.dataVis.purple3}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6572,7 +6572,7 @@ [email protected]:

"grommet@https://github.com/grommet/grommet/tarball/stable":
version "2.42.0"
resolved "https://github.com/grommet/grommet/tarball/stable#9fba07b8324a18c1f0194c290cb2287bd6dd5254"
resolved "https://github.com/grommet/grommet/tarball/stable#763c5b4920e5a86f23f3ab55d010f44839e767d0"
dependencies:
"@emotion/is-prop-valid" "^1.3.1"
grommet-icons "^4.12.1"
Expand Down

0 comments on commit e24f4dd

Please sign in to comment.