Skip to content

Commit

Permalink
feat(data): Update color values for component.menu. All hover now $co…
Browse files Browse the repository at this point in the history
…lors.action.major.500. Add 400 to childAlt. Correct gray.900 from #1a1a1a to #191919. Color values of component.menu.winter to be updated shortly
  • Loading branch information
clairedenning committed Mar 29, 2022
1 parent 5ef2c21 commit 7b023ef
Showing 1 changed file with 35 additions and 9 deletions.
44 changes: 35 additions & 9 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,23 @@
}
},
"gray": {
"700": {
"value": "#4d4d4d",
"type": "color",
"description": "origin"
},
"750": {
"value": "#404040",
"type": "color",
"description": "origin"
},
"850": {
"value": "#262626",
"type": "color",
"description": "origin"
},
"900": {
"value": "#1A1A1A",
"value": "#191919",
"type": "color",
"description": "origin"
},
Expand Down Expand Up @@ -144,7 +154,7 @@
"type": "color"
},
"600": {
"value": "$colors.components.menu.yang.100",
"value": "$colors.action.major.500",
"type": "color"
},
"700": {
Expand All @@ -158,7 +168,7 @@
"type": "color"
},
"500": {
"value": "$colors.components.menu.spring.parent.600",
"value": "$colors.components.menu.yang.100",
"type": "color"
},
"600": {
Expand All @@ -167,6 +177,10 @@
}
},
"childAlt": {
"400": {
"value": "$colors.action.minor.200",
"type": "color"
},
"500": {
"value": "$colors.action.minor.100",
"type": "color"
Expand Down Expand Up @@ -198,7 +212,7 @@
"type": "color"
},
"600": {
"value": "$colors.action.minor.100",
"value": "$colors.action.major.500",
"type": "color"
},
"700": {
Expand All @@ -212,7 +226,7 @@
"type": "color"
},
"500": {
"value": "$colors.components.menu.summer.parent.600",
"value": "$colors.action.minor.100",
"type": "color"
},
"600": {
Expand All @@ -221,6 +235,10 @@
}
},
"childAlt": {
"400": {
"value": "$colors.action.minor.250",
"type": "color"
},
"500": {
"value": "$colors.action.minor.200",
"type": "color"
Expand Down Expand Up @@ -253,7 +271,7 @@
"type": "color"
},
"600": {
"value": "$colors.action.minor.850",
"value": "$colors.action.major.500",
"type": "color",
"description": ""
},
Expand All @@ -269,7 +287,7 @@
"type": "color"
},
"500": {
"value": "$colors.components.menu.autumn.parent.600",
"value": "$colors.action.minor.850",
"type": "color"
},
"600": {
Expand All @@ -278,6 +296,10 @@
}
},
"childAlt": {
"400": {
"value": "$colors.action.minor.550",
"type": "color"
},
"500": {
"value": "$colors.action.minor.600",
"type": "color"
Expand Down Expand Up @@ -311,7 +333,7 @@
"type": "color"
},
"600": {
"value": "$colors.gray.1000",
"value": "$colors.action.major.500",
"type": "color"
},
"700": {
Expand All @@ -326,7 +348,7 @@
"type": "color"
},
"500": {
"value": "$colors.components.menu.winter.parent.600",
"value": "$colors.gray.1000",
"type": "color"
},
"600": {
Expand All @@ -335,6 +357,10 @@
}
},
"childAlt": {
"400": {
"value": "$colors.gray.850",
"type": "color"
},
"500": {
"value": "$colors.gray.900",
"type": "color",
Expand Down

0 comments on commit 7b023ef

Please sign in to comment.