Skip to content

Commit

Permalink
refactor(tokens): renamed the helper class text to fg
Browse files Browse the repository at this point in the history
feat(tokens):added first semantic tokens for cargo
  • Loading branch information
Vandapanda committed Oct 24, 2024
1 parent c639422 commit fc846a3
Showing 1 changed file with 77 additions and 11 deletions.
88 changes: 77 additions & 11 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,72 @@
}
}
}
},
"cargo": {
"scheme": {
"color": {
"surface": {
"default": {
"bg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.002}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.100}"
},
"stroke": {
"$type": "color",
"$value": "{post.core.color.sandgrey.100}"
}
},
"accent1": {
"bg": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.100}"
}
},
"accent2": {
"bg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.006}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.100}"
}
},
"accent3": {
"bg": {
"$type": "color",
"$value": "{post.core.color.brand.postyellow}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.100}"
}
},
"accent4": {
"bg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.080}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
},
"fg-accent": {
"$type": "color",
"$value": "{post.core.color.brand.postyellow}"
}
}
}
}
}
}
}
},
Expand Down Expand Up @@ -8366,7 +8432,7 @@
"$description": "On this surface the main colorfor text is #FFFFFF. There is also the option to use #FFCC00 to be used for Headings for example"
}
},
"text": {
"fg": {
"default": {
"$type": "color",
"$value": "{post.scheme.color.surface.default.fg}",
Expand Down Expand Up @@ -9974,11 +10040,11 @@
"post.helper.color.accent.alternate": "S:77899dd1c58994823e7a633bbaf10b54543817d5,",
"post.helper.color.accent.brand": "S:a3e556bc07323eec646fbb28740c8585c9ef8499,",
"post.helper.color.accent.emphasis": "S:fa33d19fe4e7aa7fc572646eb554cde36e14cdf1,",
"post.helper.color.text.default": "S:dd875c3461b341f7e2c5823d88002aa957d43be8,",
"post.helper.color.text.interactive": "S:aaef998dc38075706a202c3bc93ebd7136495307,",
"post.helper.color.text.alternate": "S:e14c969f67d3224fd7c500aaf1dafc514f043a07,",
"post.helper.color.text.brand": "S:1a70487de3d74b57d72e95387177e7f741ea235d,",
"post.helper.color.text.emphasis": "S:cb050d67bc0e660f48e65c8ecb70b323f958406d,"
"post.helper.color.fg.default": "S:dd875c3461b341f7e2c5823d88002aa957d43be8,",
"post.helper.color.fg.interactive": "S:aaef998dc38075706a202c3bc93ebd7136495307,",
"post.helper.color.fg.alternate": "S:e14c969f67d3224fd7c500aaf1dafc514f043a07,",
"post.helper.color.fg.brand": "S:1a70487de3d74b57d72e95387177e7f741ea235d,",
"post.helper.color.fg.emphasis": "S:cb050d67bc0e660f48e65c8ecb70b323f958406d,"
},
"selectedTokenSets": {
"core": "source",
Expand All @@ -10004,11 +10070,11 @@
"post.helper.color.accent.alternate": "7ce81be17ace03953850359f0f9bd54ad65b4b7f",
"post.helper.color.accent.brand": "b314997c74fd20cf7e6684b86bb482f307be2ee9",
"post.helper.color.accent.emphasis": "e3ad7949a28b899e740f863d806ca2aa8fc8626e",
"post.helper.color.text.default": "af183214f0f136097855d05c4b5034c3871e08fa",
"post.helper.color.text.interactive": "5646d64585080d4678ed5738528d02f4420dbbb0",
"post.helper.color.text.alternate": "24546888f0003198c2b97d168f44eaf4b63d0fc2",
"post.helper.color.text.brand": "2026397701d472941db44d5f2d26f3119f31f373",
"post.helper.color.text.emphasis": "13b2bf5e802bab16661e8e42c4d17ca13590763f"
"post.helper.color.fg.default": "af183214f0f136097855d05c4b5034c3871e08fa",
"post.helper.color.fg.interactive": "5646d64585080d4678ed5738528d02f4420dbbb0",
"post.helper.color.fg.alternate": "24546888f0003198c2b97d168f44eaf4b63d0fc2",
"post.helper.color.fg.brand": "2026397701d472941db44d5f2d26f3119f31f373",
"post.helper.color.fg.emphasis": "13b2bf5e802bab16661e8e42c4d17ca13590763f"
}
}
],
Expand Down

0 comments on commit fc846a3

Please sign in to comment.