@gitlab/ui
Version:
GitLab UI Components
22 lines (21 loc) • 459 B
JSON
{
"token": {
"foreground": {
"color": {
"$value": "{text.color.default}",
"$type": "color",
"$description": "Used for the token foreground color."
}
},
"background": {
"color": {
"$value": {
"default": "{color.neutral.100}",
"dark": "{color.neutral.800}"
},
"$type": "color",
"$description": "Used for the token background color."
}
}
}
}