@finbertmds/fuselage-tokens
Version:
Design tokens for Fuselage, Rocket.Chat's design system
38 lines • 1.51 kB
JavaScript
export default {
"surfaceLightLight": "{colors.white}",
"surfaceLightTint": "{colors.n100}",
"surfaceLightRoom": "{colors.white}",
"surfaceLightNeutral": "{colors.n400}",
"surfaceLightDisabled": "{colors.n100}",
"surfaceLightHover": "{colors.n200}",
"surfaceLightSelected": "{colors.n450}",
"surfaceLightDark": "{colors.n900}",
"surfaceLightFeatured": "{colors.p700}",
"surfaceLightFeaturedHover": "{colors.p800}",
"surfaceLightSidebar": "{colors.n400}",
"surfaceLightOverlay": "rgba(47, 52, 61, 0.5)",
"surfaceHighContrastLight": "{colors.white}",
"surfaceHighContrastTint": "{colors.n100}",
"surfaceHighContrastRoom": "{colors.white}",
"surfaceHighContrastNeutral": "{colors.n400}",
"surfaceHighContrastDisabled": "{colors.n100}",
"surfaceHighContrastHover": "{colors.n200}",
"surfaceHighContrastSelected": "{colors.n450}",
"surfaceHighContrastDark": "{colors.n900}",
"surfaceHighContrastFeatured": "{colors.p700}",
"surfaceHighContrastFeaturedHover": "{colors.p800}",
"surfaceHighContrastSidebar": "{colors.n400}",
"surfaceHighContrastOverlay": "rgba(47, 52, 61, 0.5)",
"surfaceDarkLight": "#262931",
"surfaceDarkTint": "#1F2329",
"surfaceDarkRoom": "#1F2329",
"surfaceDarkNeutral": "#2D3039",
"surfaceDarkDisabled": "#24272E",
"surfaceDarkHover": "#1A1E23",
"surfaceDarkSelected": "#4C5362",
"surfaceDarkDark": "#E4E7EA",
"surfaceDarkFeatured": "#5F1477",
"surfaceDarkFeaturedHover": "#4A105D",
"surfaceDarkSidebar": "#2F343D",
"surfaceDarkOverlay": "rgba(0, 0, 0, 0.6)"
};