Skip to content

Commit

Permalink
fix(design): remove old color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjoy2Live committed Jun 15, 2024
1 parent 1a7c5b4 commit c7635df
Showing 1 changed file with 0 additions and 141 deletions.
141 changes: 0 additions & 141 deletions packages/tailwind-constructor/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,147 +781,6 @@
"type": "color"
}
},
"Blue": {
"blue": {
"value": "#3a7ca5",
"type": "color",
"description": "Primary Button Blue - Default"
},
"blue-100": {
"value": "#75a3c0",
"type": "color"
},
"blue-200": {
"value": "#9cbed2",
"type": "color"
},
"blue-300": {
"value": "#4f7d9a",
"type": "color"
},
"blue-400": {
"value": "#5c7d92",
"type": "color"
},
"blue-500": {
"value": "#347095",
"type": "color"
},
"blue-600": {
"value": "#295774",
"type": "color"
},
"blue-700": {
"value": "#173242",
"type": "color"
}
},
"LightBlue": {
"lightblue": {
"value": "#81c3d7",
"type": "color"
},
"lightblue-100": {
"value": "#a7d5e3",
"type": "color"
},
"lightblue-200": {
"value": "#c0e1eb",
"type": "color"
},
"lightblue-300": {
"value": "#80aebd",
"type": "color"
},
"lightblue-400": {
"value": "#80a0ab",
"type": "color"
},
"lightblue-500": {
"value": "#74afc1",
"type": "color"
},
"lightblue-600": {
"value": "#5a8997",
"type": "color"
},
"lightblue-650": {
"value": "#3e5e65",
"type": "color"
},
"lightblue-700": {
"value": "#344e56",
"type": "color"
}
},
"Orange": {
"orange": {
"value": "#ff7f0e",
"type": "color"
},
"orange-100": {
"value": "#ffa556",
"type": "color"
},
"orange-200": {
"value": "#ffbf86",
"type": "color"
},
"orange-300": {
"value": "#d97f30",
"type": "color"
},
"orange-400": {
"value": "#bf7e46",
"type": "color"
},
"orange-500": {
"value": "#e5720d",
"type": "color"
},
"orange-600": {
"value": "#b3590a",
"type": "color"
},
"orange-700": {
"value": "#663306",
"type": "color"
}
},
"Yellow": {
"yellow": {
"value": "#ffab00",
"type": "color"
},
"yellow-100": {
"value": "#ffc44c",
"type": "color"
},
"yellow-200": {
"value": "#ffd580",
"type": "color"
},
"yellow-300": {
"value": "#d99d26",
"type": "color"
},
"yellow-400": {
"value": "#bf943f",
"type": "color"
},
"yellow-500": {
"value": "#e59a00",
"type": "color"
},
"yellow-600": {
"value": "#b37800",
"type": "color"
},
"yellow-700": {
"value": "#664400",
"type": "color"
}
},
"Notification": {
"notification": {
"value": "#3959ff",
Expand Down

0 comments on commit c7635df

Please sign in to comment.