Skip to content

Commit

Permalink
feat(data): adding a navy override for monochrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Aug 15, 2024
1 parent b8d63a2 commit eddb9db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/tokens/context/product-old.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"type": "color"
}
}
},
"monochrome": {
"standard": {
"active": {
"value": "{origin.colors.navy}",
"type": "color"
}
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@
"value": "{origin.colors.black}",
"type": "color"
},
"active2": {
"value": "{origin.colors.navy}",
"type": "color"
},
"activeAlt": {
"value": "{base.color.interactive.monochrome.standard.default}",
"type": "color",
Expand Down
5 changes: 5 additions & 0 deletions data/tokens/origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"type": "color",
"description": "Base neutral status color for on light surface messages, toasts and pills. Luminosity 46.8."
},
"navy": {
"value": "#00293F",
"type": "color",
"description": "old product color for monochrome components. eg page backgrounds and minor buttons "
},
"stormBright": {
"value": "#878787",
"type": "color",
Expand Down

0 comments on commit eddb9db

Please sign in to comment.