Skip to content

Commit

Permalink
feat(dark mode): Add modes.color.status.neutral.frozen to mirror ligh…
Browse files Browse the repository at this point in the history
…t mode tokens already added.
  • Loading branch information
clairedenning committed Dec 9, 2024
1 parent 4ddcabe commit 6516862
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,36 @@
}
},
"description": "used on pill hover states and message bg"
},
"frozen": {
"bg-default": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.4",
"space": "lch",
"color": "{modes.color.modifier.contrastLess} "
}
}
}
},
"bg-default-copy": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
}
}
}
}
}
},
"success": {
Expand Down

0 comments on commit 6516862

Please sign in to comment.