UNPKG

@finbertmds/fuselage-tokens

Version:

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

68 lines 2.9 kB
export default { "statusLightInfo": "{colors.b200}", "statusLightFontOnInfo": "{colors.b600}", "statusLightSuccess": "{colors.g200}", "statusLightFontOnSuccess": "{colors.g800}", "statusLightDanger": "{colors.r200}", "statusLightFontOnDanger": "{colors.r800}", "statusLightWarning": "{colors.y200}", "statusLightFontOnWarning": "{colors.y900}", "statusLightWarning2": "{colors.y100}", "statusLightFontOnWarning2": "{colors.n800}", "statusLightService1": "{colors.o200}", "statusLightFontOnService1": "{colors.o800}", "statusLightService2": "{colors.p200}", "statusLightFontOnService2": "{colors.p600}", "statusLightService3": "{colors.p700}", "statusLightFontOnService3": "{colors.white}", "statusHighContrastInfo": "{colors.b200}", "statusHighContrastFontOnInfo": "{colors.b700}", "statusHighContrastSuccess": "{colors.g200}", "statusHighContrastFontOnSuccess": "{colors.g1000}", "statusHighContrastDanger": "{colors.r200}", "statusHighContrastFontOnDanger": "{colors.r1000}", "statusHighContrastWarning": "{colors.y200}", "statusHighContrastFontOnWarning": "{colors.y1000}", "statusHighContrastWarning2": "{colors.y100}", "statusHighContrastFontOnWarning2": "{colors.n800}", "statusHighContrastService1": "{colors.o200}", "statusHighContrastFontOnService1": "{colors.o1000}", "statusHighContrastService2": "{colors.p200}", "statusHighContrastFontOnService2": "{colors.p600}", "statusHighContrastService3": "{colors.p700}", "statusHighContrastFontOnService3": "{colors.white}", "statusDarkInfo": "#A8C3EB", "statusDarkFontOnInfo": "#739EDE", "statusDarkSuccess": "#C1EBDD", "statusDarkFontOnSuccess": "#58AD90", "statusDarkDanger": "#F7CFD4", "statusDarkFontOnDanger": "#D88892", "statusDarkWarning": "#FEEFBE", "statusDarkFontOnWarning": "#C7AA66", "statusDarkWarning2": "#3C3625", "statusDarkFontOnWarning2": "#FFFFFF", "statusDarkService1": "#FCE3CF", "statusDarkFontOnService1": "#CA9163", "statusDarkService2": "#EDD0F7", "statusDarkFontOnService2": "#C393D2", "statusDarkService3": "#5F1477", "statusDarkFontOnService3": "#FFFFFF", "statusBulletLightOnline": "{colors.g800}", "statusBulletLightAway": "{colors.y800}", "statusBulletLightBusy": "{colors.r600}", "statusBulletLightDisabled": "{colors.o500}", "statusBulletLightOffline": "{colors.n700}", "statusBulletLightLoading": "{colors.n700}", "statusBulletHighContrastOnline": "{colors.g1000}", "statusBulletHighContrastAway": "{colors.y800}", "statusBulletHighContrastBusy": "{colors.r1000}", "statusBulletHighContrastDisabled": "{colors.o700}", "statusBulletHighContrastOffline": "{colors.n900}", "statusBulletHighContrastLoading": "{colors.n900}", "statusBulletDarkOnline": "#1CBF89", "statusBulletDarkAway": "#B08C30", "statusBulletDarkBusy": "#C75765", "statusBulletDarkDisabled": "#CC7F42", "statusBulletDarkOffline": "#8B9098", "statusBulletDarkLoading": "#8B9098" };