Skip to content

Commit

Permalink
Data Visualisation and Accent tokens for CDS
Browse files Browse the repository at this point in the history
  • Loading branch information
davyd-akamai committed Jul 10, 2024
1 parent 2de2160 commit 0765370
Show file tree
Hide file tree
Showing 2 changed files with 890 additions and 0 deletions.
141 changes: 141 additions & 0 deletions tokens/alias/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,141 @@
}
}
},
"accent": {
"info": {
"primary": {
"value": "{global.color.ultramarine.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.ultramarine.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"neutral": {
"primary": {
"value": "{global.color.neutrals.40}",
"type": "color"
},
"secondary": {
"value": "{global.color.neutrals.40}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"warning": {
"primary": {
"value": "{global.color.orange.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.amber.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"negative": {
"primary": {
"value": "{global.color.red.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.red.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"positive": {
"primary": {
"value": "{global.color.green.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.green.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"important": {
"primary": {
"value": "{global.color.purple.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.purple.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
},
"pink": {
"primary": {
"value": "{global.color.pink.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.pink.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
}
},
"elevation": {
"s": {
"value": {
Expand Down Expand Up @@ -318,6 +453,12 @@
],
"type": "boxShadow"
}
},
"chart": {
"neutral": {
"value": "{global.color.neutrals.80}",
"type": "color"
}
}
}
}
Loading

0 comments on commit 0765370

Please sign in to comment.