@finbertmds/fuselage-tokens
Version:
Design tokens for Fuselage, Rocket.Chat's design system
44 lines (43 loc) • 1.04 kB
JSON
{
"font": {
"light": {
"white": "#ffffff",
"disabled": "#CBCED1",
"annotation": "#9EA2A8",
"hint": "#6C737A",
"secondaryInfo": "#6C737A",
"default": "#2F343D",
"titlesLabels": "#1F2329",
"info": "#095AD2",
"danger": "#D40C26",
"pureWhite": "#ffffff",
"pureBlack": "#2F343D"
},
"high-contrast": {
"white": "#ffffff",
"disabled": "#CBCED1",
"annotation": "#1F2329",
"hint": "#1F2329",
"secondaryInfo": "#1F2329",
"default": "#1F2329",
"titlesLabels": "#1F2329",
"info": "#01336B",
"danger": "#9B1325",
"pureWhite": "#ffffff",
"pureBlack": "#1F2329"
},
"dark": {
"white": "#2F343D",
"disabled": "#60646C",
"annotation": "#9EA2A8",
"hint": "#9EA2A8",
"secondaryInfo": "#9EA2A8",
"default": "#C1C7D0",
"titlesLabels": "#F2F3F5",
"info": "#739EDE",
"danger": "#D88892",
"pureWhite": "#ffffff",
"pureBlack": "#1F2329"
}
}
}