@gitlab/ui
Version:
GitLab UI Components
64 lines (63 loc) • 1.63 kB
JSON
{
"text": {
"primary": {
"$value": "#ececef",
"$type": "color",
"$description": "Use text.color.default instead",
"deprecated": true,
"themeable": true
},
"secondary": {
"$value": "#89888d",
"$type": "color",
"$description": "Use text.color.subtle instead",
"deprecated": true,
"themeable": true
},
"tertiary": {
"$value": "#737278",
"$type": "color",
"$description": "Use text.color.disabled instead",
"deprecated": true,
"themeable": true
},
"color": {
"default": {
"$value": "#ececef",
"$type": "color",
"$description": "Used for the default text color.",
"themeable": true
},
"subtle": {
"$value": "#bfbfc3",
"$type": "color",
"$description": "Used for supplemental text that doesn't need to be as prominent as other text.",
"themeable": true
},
"strong": {
"$value": "#fff",
"$type": "color",
"$description": "Used for text with the highest contrast.",
"themeable": true
},
"heading": {
"$value": "#fff",
"$type": "color",
"$description": "Used for headings level 1-6.",
"themeable": true
},
"link": {
"$value": "#63a6e9",
"$type": "color",
"$description": "Used for default text links.",
"themeable": true
},
"disabled": {
"$value": "#89888d",
"$type": "color",
"$description": "Used for disabled text.",
"themeable": true
}
}
}
}