UNPKG

@finbertmds/fuselage-tokens

Version:

Design tokens for Fuselage, Rocket.Chat's design system

35 lines 1.32 kB
export default { "fontLightWhite": "{colors.white}", "fontLightDisabled": "{colors.n500}", "fontLightAnnotation": "{colors.n600}", "fontLightHint": "{colors.n700}", "fontLightSecondaryInfo": "{colors.n700}", "fontLightDefault": "{colors.n800}", "fontLightTitlesLabels": "{colors.n900}", "fontLightInfo": "{colors.b600}", "fontLightDanger": "{colors.r600}", "fontLightPureWhite": "{colors.white}", "fontLightPureBlack": "{colors.n800}", "fontHighContrastWhite": "{colors.white}", "fontHighContrastDisabled": "{colors.n500}", "fontHighContrastAnnotation": "{colors.n900}", "fontHighContrastHint": "{colors.n900}", "fontHighContrastSecondaryInfo": "{colors.n900}", "fontHighContrastDefault": "{colors.n900}", "fontHighContrastTitlesLabels": "{colors.n900}", "fontHighContrastInfo": "{colors.b800}", "fontHighContrastDanger": "{colors.r800}", "fontHighContrastPureWhite": "{colors.white}", "fontHighContrastPureBlack": "{colors.n900}", "fontDarkWhite": "#2F343D", "fontDarkDisabled": "#60646C", "fontDarkAnnotation": "#9EA2A8", "fontDarkHint": "#9EA2A8", "fontDarkSecondaryInfo": "#9EA2A8", "fontDarkDefault": "#C1C7D0", "fontDarkTitlesLabels": "#F2F3F5", "fontDarkInfo": "#739EDE", "fontDarkDanger": "#D88892", "fontDarkPureWhite": "{colors.white}", "fontDarkPureBlack": "{colors.n900}" };