Skip to content

Commit

Permalink
Removed 'surface' colour tokens, replaced with 'box' colour tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bstevens committed Dec 18, 2023
1 parent 7861c50 commit f50f448
Showing 1 changed file with 17 additions and 68 deletions.
85 changes: 17 additions & 68 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,74 +529,6 @@
"description": "Neutral border colour that matches color.surface.layer.neutral"
}
},
"surface": {
"base": {
"primary": {
"value": "{color.blueberry100}",
"type": "color",
"description": "Specifies a primary hue/colour for base-level surfaces"
},
"secondary": {
"value": "{color.terracotta100}",
"type": "color",
"description": "Specifies a secondary hue/colour for base-level surfaces"
},
"tertiary": {
"value": "{color.mint50}",
"type": "color",
"description": "Specifies a tertiary hue/colour for base-level surfaces"
},
"neutral": {
"value": "{color.grey100}",
"type": "color",
"description": "Specifies the neutral (default) colour for base-level surfaces"
}
},
"layer": {
"primary": {
"value": "{color.blueberry200}",
"type": "color",
"description": "Specifies a primary hue/colour for upper-layer surfaces"
},
"secondary": {
"value": "{color.terracotta200}",
"type": "color",
"description": "Specifies a secondary hue/colour for upper-layer surfaces"
},
"tertiary": {
"value": "{color.mint200}",
"type": "color",
"description": "Specifies a tertiary hue/colour for upper-layer surfaces"
},
"neutral": {
"value": "{color.white}",
"type": "color",
"description": "Specifies the neutral (default) colour for upper-layer surfaces"
}
},
"highlight": {
"primary": {
"value": "{color.blueberry600}",
"type": "color",
"description": "Specifies a primary colour for highlighted surfaces"
},
"secondary": {
"value": "{color.terracotta600}",
"type": "color",
"description": "Specifies a secondary colour for highlighted surfaces"
},
"tertiary": {
"value": "{color.mint600}",
"type": "color",
"description": "Specifies a tertiary colour for highlighted surfaces"
},
"inverse": {
"value": "{color.grey900}",
"type": "color",
"description": "Specifies an inverse colour for highlighted surfaces"
}
}
},
"feedback": {
"positive": {
"value": "{color.mint300}",
Expand Down Expand Up @@ -743,6 +675,23 @@
"type": "color"
}
}
},
"box": {
"primary": {
"value": "{color.grey100}",
"type": "color",
"description": "Specifies a primary colour for containers"
},
"secondary": {
"value": "{color.grey50}",
"type": "color",
"description": "Specifies a secondary colour for containers"
},
"neutral": {
"value": "{color.white}",
"type": "color",
"description": "Specifies a neutral colour for containers"
}
}
}
},
Expand Down

0 comments on commit f50f448

Please sign in to comment.