@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
61 lines • 2.14 kB
JavaScript
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const paletteSample2 = {
"palette": {
"themePrimary": "#1BF242",
"themeLighterAlt": "#0d0b00",
"themeLighter": "#0b35bc",
"themeLight": "#322d00",
"themeTertiary": "#6a5f00",
"themeSecondary": "#1B22F2",
"themeDarkAlt": "#ffe817",
"themeDark": "#ffed4b",
"themeDarker": "#fff171",
"neutralLighterAlt": "#252525",
"neutralLighter": "#282828",
"neutralLight": "#313131",
"neutralQuaternaryAlt": "#3f3f3f",
"neutralQuaternary": "#484848",
"neutralTertiaryAlt": "#4f4f4f",
"neutralTertiary": "#c8c8c8",
"neutralSecondaryAlt": "#d0d0d0",
"neutralSecondary": "#dadada",
"neutralPrimary": "#ffffff",
"neutralDark": "#eaeaea",
"black": "#f8f8f8",
"white": "#1f1f1f",
"primaryBackground": "#1f1f1f",
"primaryText": "#ffffff",
"error": "#ff5f5f"
}
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const paletteSampleWhite = {
"palette": {
"themePrimary": "#322d00",
"themeLighterAlt": "#322d00",
"themeLighter": "#322d00",
"themeLight": "#322d00",
"themeTertiary": "#322d00",
"themeSecondary": "#322d00",
"themeDarkAlt": "#ffffff",
"themeDark": "#ffffff",
"themeDarker": "#ffffff",
"neutralLighterAlt": "#ffffff",
"neutralLighter": "#ffffff",
"neutralLight": "#ffffff",
"neutralQuaternaryAlt": "#ffffff",
"neutralQuaternary": "#ffffff",
"neutralTertiaryAlt": "#ffffff",
"neutralTertiary": "#ffffff",
"neutralSecondaryAlt": "#ffffff",
"neutralSecondary": "#ffffff",
"neutralPrimary": "#ffffff",
"neutralDark": "#ffffff",
"black": "#ffffff",
"white": "#ffffff",
"primaryBackground": "#ffffff",
"primaryText": "#ffffff",
"error": "#ffffff"
}
};
//# sourceMappingURL=PaletteSamples.js.map