Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): initial opaque surfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 13, 2023
1 parent 45f4a2d commit e119dae
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,60 @@
}
},
"surface": {
"opaque": {
"secondary": {
"value": "{color.surface.moderate}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".25",
"space": "hsl"
}
}
}
},
"moderate": {
"value": "{color.surface.bold}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".48",
"space": "hsl"
}
}
}
},
"bold": {
"value": "{color.surface.strong}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".26",
"space": "hsl"
}
}
}
},
"strong": {
"value": "{color.surface.contrast}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".77",
"space": "hsl"
}
}
}
}
},
"primary": {
"value": "{color.neutral.white}",
"type": "color"
Expand Down

0 comments on commit e119dae

Please sign in to comment.