Skip to content

Commit

Permalink
Remove old base.color.dataVis colors
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 3d55404 commit 9e8d00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 145 deletions.
144 changes: 0 additions & 144 deletions design-tokens/tokens/primitive/primitives.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,150 +1559,6 @@
"codeSyntax": {}
}
}
},
"green1000": {
"$type": "color",
"$value": "#074b3b",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325": {
"$type": "color",
"$value": "#809605",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325-opacity50": {
"$type": "color",
"$value": "#80960580",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink1000": {
"$type": "color",
"$value": "#7d006c",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325": {
"$type": "color",
"$value": "#f23bda",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325-opacity50": {
"$type": "color",
"$value": "#f23bda80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple1000": {
"$type": "color",
"$value": "#5900a1",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325": {
"$type": "color",
"$value": "#ba66ff",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325-opacity50": {
"$type": "color",
"$value": "#ba66ff80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue1000": {
"$type": "color",
"$value": "#193a97",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325": {
"$type": "color",
"$value": "#009abf",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325-opacity50": {
"$type": "color",
"$value": "#009abf80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
},
"80": {
"$type": "color",
"$value": "{base.color.dataVis.blue325}",
"$value": "{base.color.dataVis.grape1}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit 9e8d00a

Please sign in to comment.