mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Init v1
This commit is contained in:
@@ -1,152 +1,18 @@
|
||||
{
|
||||
"initial": [
|
||||
{
|
||||
"id":"black",
|
||||
"name":"Black",
|
||||
"value": "hsl(0, 0%, 4%)"
|
||||
},
|
||||
{
|
||||
"id":"black-bis",
|
||||
"name":"Black bis",
|
||||
"value": "hsl(0, 0%, 7%)"
|
||||
},
|
||||
{
|
||||
"id":"black-ter",
|
||||
"name":"Black ter",
|
||||
"value": "hsl(0, 0%, 14%)"
|
||||
},
|
||||
{
|
||||
"id":"grey-darker",
|
||||
"name":"Grey darker",
|
||||
"value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
{
|
||||
"id":"grey-dark",
|
||||
"name":"Grey dark",
|
||||
"value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
{
|
||||
"id":"grey",
|
||||
"name":"Grey",
|
||||
"value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
{
|
||||
"id":"grey-light",
|
||||
"name":"Grey light",
|
||||
"value": "hsl(0, 0%, 71%)"
|
||||
},
|
||||
{
|
||||
"id":"grey-lighter",
|
||||
"name":"Grey lighter",
|
||||
"value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
{
|
||||
"id":"white-ter",
|
||||
"name":"White ter",
|
||||
"value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
{
|
||||
"id":"white-bis",
|
||||
"name":"White bis",
|
||||
"value": "hsl(0, 0%, 98%)"
|
||||
},
|
||||
{
|
||||
"id":"white",
|
||||
"name":"White",
|
||||
"value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
{
|
||||
"id":"orange",
|
||||
"name":"Orange",
|
||||
"value": "hsl(14, 100%, 53%)"
|
||||
},
|
||||
{
|
||||
"id":"yellow",
|
||||
"name":"Yellow",
|
||||
"value": "hsl(48, 100%, 67%)"
|
||||
},
|
||||
{
|
||||
"id":"green",
|
||||
"name":"Green",
|
||||
"value": "hsl(141, 53%, 53%)"
|
||||
},
|
||||
{
|
||||
"id":"turquoise",
|
||||
"name":"Turquoise",
|
||||
"value": "hsl(171, 100%, 41%)"
|
||||
},
|
||||
{
|
||||
"id":"cyan",
|
||||
"name":"Cyan",
|
||||
"value": "hsl(204, 86%, 53%)"
|
||||
},
|
||||
{
|
||||
"id":"blue",
|
||||
"name":"Blue",
|
||||
"value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
{
|
||||
"id":"purple",
|
||||
"name":"Purple",
|
||||
"value": "hsl(271, 100%, 71%)"
|
||||
},
|
||||
{
|
||||
"id":"red",
|
||||
"name":"red",
|
||||
"value": "hsl(348, 100%, 61%)"
|
||||
}
|
||||
"lists": ["scheme", "text", "ornament", "code", "link", "status"],
|
||||
"scheme": [
|
||||
"scheme-main",
|
||||
"scheme-main-bis",
|
||||
"scheme-main-ter",
|
||||
"scheme-invert",
|
||||
"scheme-invert-bis",
|
||||
"scheme-invert-ter"
|
||||
],
|
||||
"derived": [
|
||||
{
|
||||
"id": "white",
|
||||
"valueId": "white",
|
||||
"invertId": "black"
|
||||
},
|
||||
{
|
||||
"id": "black",
|
||||
"valueId": "black",
|
||||
"invertId": "white"
|
||||
},
|
||||
{
|
||||
"id": "light",
|
||||
"valueId": "white-ter",
|
||||
"invertId": "grey-darker"
|
||||
},
|
||||
{
|
||||
"id": "dark",
|
||||
"valueId": "grey-darker",
|
||||
"invertId": "white-ter"
|
||||
},
|
||||
{
|
||||
"id": "primary",
|
||||
"valueId": "turquoise",
|
||||
"invertValue": "#fff"
|
||||
},
|
||||
{
|
||||
"id": "link",
|
||||
"valueId": "blue",
|
||||
"invertValue": "#fff"
|
||||
},
|
||||
{
|
||||
"id": "info",
|
||||
"valueId": "cyan",
|
||||
"invertValue": "#fff"
|
||||
},
|
||||
{
|
||||
"id": "success",
|
||||
"valueId": "green",
|
||||
"invertValue": "#fff"
|
||||
},
|
||||
{
|
||||
"id": "warning",
|
||||
"valueId": "yellow",
|
||||
"invertValue": "rgba(0, 0, 0, 0.7)"
|
||||
},
|
||||
{
|
||||
"id": "danger",
|
||||
"valueId": "red",
|
||||
"invertValue": "#fff"
|
||||
}
|
||||
],
|
||||
"justColors": ["primary", "link", "info", "success", "warning", "danger"]
|
||||
"text": ["text", "text-invert", "text-light", "text-strong"],
|
||||
"ornament": ["background", "border", "border-light"],
|
||||
"code": ["code", "code-background", "pre", "pre-background"],
|
||||
"link": ["link-visited"],
|
||||
"status": ["text", "link", "primary", "info", "success", "warning", "danger"],
|
||||
"sizes": ["small", "normal", "medium", "large"],
|
||||
"justColors": ["link", "primary", "info", "success", "warning", "danger"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user