From 3d5083d3c3c3d070d0315b675fc17616b2e668f9 Mon Sep 17 00:00:00 2001 From: Jamie Hoover Date: Thu, 6 Jan 2022 16:10:04 -0800 Subject: [PATCH] fix: enterprise color scheme (#115) --- package.json | 1 + src/lib/color-scheme/enterprise.css | 136 ++ src/lib/color-scheme/tokens/enterprise.json | 1861 +++++++++++++++++++ 3 files changed, 1998 insertions(+) create mode 100644 src/lib/color-scheme/enterprise.css create mode 100755 src/lib/color-scheme/tokens/enterprise.json diff --git a/package.json b/package.json index d4a8f3fc..cba6d512 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ }, "./color-scheme": "./dist/color-scheme/index.js", "./color-scheme/default.css": "./dist/color-scheme/default.css", + "./color-scheme/enterprise.css": "./dist/color-scheme/enterprise.css", "./style.css": "./dist/style.css" }, "files": [ diff --git a/src/lib/color-scheme/enterprise.css b/src/lib/color-scheme/enterprise.css new file mode 100644 index 00000000..68fa79ae --- /dev/null +++ b/src/lib/color-scheme/enterprise.css @@ -0,0 +1,136 @@ +:root { + --md-color-primary: #005ac5; + --md-color-on-primary: #ffffff; + --md-color-primary-container: #d6e2ff; + --md-color-on-primary-container: #001a43; + --md-color-secondary: #006d38; + --md-color-on-secondary: #ffffff; + --md-color-secondary-container: #82fbab; + --md-color-on-secondary-container: #00210c; + --md-color-tertiary: #7b5800; + --md-color-on-tertiary: #ffffff; + --md-color-tertiary-container: #ffde9d; + --md-color-on-tertiary-container: #261900; + --md-color-error: #ba1b1b; + --md-color-error-container: #ffdad4; + --md-color-on-error: #ffffff; + --md-color-on-error-container: #410001; + --md-color-background: #fdfbff; + --md-color-on-background: #1b1b1e; + --md-color-surface: #fdfbff; + --md-color-on-surface: #1b1b1e; + --md-color-surface-variant: #e1e2ec; + --md-color-on-surface-variant: #44474f; + --md-color-outline: #74777f; + --md-color-inverse-on-surface: #f2f0f4; + --md-color-inverse-surface: #2f3033; +} + +:root.dark { + --md-color-primary: #acc7ff; + --md-color-on-primary: #002e6c; + --md-color-primary-container: #004397; + --md-color-on-primary-container: #d6e2ff; + --md-color-secondary: #64de91; + --md-color-on-secondary: #00391a; + --md-color-secondary-container: #005229; + --md-color-on-secondary-container: #82fbab; + --md-color-tertiary: #fdbc14; + --md-color-on-tertiary: #412d00; + --md-color-tertiary-container: #5d4200; + --md-color-on-tertiary-container: #ffde9d; + --md-color-error: #ffb4a9; + --md-color-error-container: #930006; + --md-color-on-error: #680003; + --md-color-on-error-container: #ffdad4; + --md-color-background: #1b1b1e; + --md-color-on-background: #e4e2e6; + --md-color-surface: #1b1b1e; + --md-color-on-surface: #e4e2e6; + --md-color-surface-variant: #44474f; + --md-color-on-surface-variant: #c4c6d0; + --md-color-outline: #8e9099; + --md-color-inverse-on-surface: #1b1b1e; + --md-color-inverse-surface: #e4e2e6; +} + +:root { + --md-ref-palette-primary100: #ffffff; + --md-ref-palette-primary99: #fdfbff; + --md-ref-palette-primary95: #ecf0ff; + --md-ref-palette-primary90: #d6e2ff; + --md-ref-palette-primary80: #acc7ff; + --md-ref-palette-primary70: #7eabff; + --md-ref-palette-primary60: #4d8efe; + --md-ref-palette-primary50: #2b74e2; + --md-ref-palette-primary40: #005ac5; + --md-ref-palette-primary30: #004397; + --md-ref-palette-primary20: #002e6c; + --md-ref-palette-primary10: #001a43; + --md-ref-palette-primary0: #000000; + --md-ref-palette-secondary100: #ffffff; + --md-ref-palette-secondary99: #f3fff3; + --md-ref-palette-secondary95: #c0ffd1; + --md-ref-palette-secondary90: #82fbab; + --md-ref-palette-secondary80: #64de91; + --md-ref-palette-secondary70: #46c178; + --md-ref-palette-secondary60: #20a55f; + --md-ref-palette-secondary50: #008949; + --md-ref-palette-secondary40: #006d38; + --md-ref-palette-secondary30: #005229; + --md-ref-palette-secondary20: #00391a; + --md-ref-palette-secondary10: #00210c; + --md-ref-palette-secondary0: #000000; + --md-ref-palette-tertiary100: #ffffff; + --md-ref-palette-tertiary99: #fffbf8; + --md-ref-palette-tertiary95: #ffefd3; + --md-ref-palette-tertiary90: #ffde9d; + --md-ref-palette-tertiary80: #fdbc14; + --md-ref-palette-tertiary70: #dda100; + --md-ref-palette-tertiary60: #bb8800; + --md-ref-palette-tertiary50: #9b7000; + --md-ref-palette-tertiary40: #7b5800; + --md-ref-palette-tertiary30: #5d4200; + --md-ref-palette-tertiary20: #412d00; + --md-ref-palette-tertiary10: #261900; + --md-ref-palette-tertiary0: #000000; + --md-ref-palette-neutral100: #ffffff; + --md-ref-palette-neutral99: #fdfbff; + --md-ref-palette-neutral95: #f2f0f4; + --md-ref-palette-neutral90: #e4e2e6; + --md-ref-palette-neutral80: #c7c6ca; + --md-ref-palette-neutral70: #acabaf; + --md-ref-palette-neutral60: #919094; + --md-ref-palette-neutral50: #77777b; + --md-ref-palette-neutral40: #5e5e61; + --md-ref-palette-neutral30: #464649; + --md-ref-palette-neutral20: #2f3033; + --md-ref-palette-neutral10: #1b1b1e; + --md-ref-palette-neutral0: #000000; + --md-ref-palette-neutral-variant100: #ffffff; + --md-ref-palette-neutral-variant99: #fdfbff; + --md-ref-palette-neutral-variant95: #eff0fa; + --md-ref-palette-neutral-variant90: #e1e2ec; + --md-ref-palette-neutral-variant80: #c4c6d0; + --md-ref-palette-neutral-variant70: #a9abb5; + --md-ref-palette-neutral-variant60: #8e9099; + --md-ref-palette-neutral-variant50: #74777f; + --md-ref-palette-neutral-variant40: #5c5e66; + --md-ref-palette-neutral-variant30: #44474f; + --md-ref-palette-neutral-variant20: #2d3038; + --md-ref-palette-neutral-variant10: #191b22; + --md-ref-palette-neutral-variant0: #000000; + --md-ref-palette-error100: #ffffff; + --md-ref-palette-error99: #fcfcfc; + --md-ref-palette-error95: #ffede9; + --md-ref-palette-error90: #ffdad4; + --md-ref-palette-error80: #ffb4a9; + --md-ref-palette-error70: #ff897a; + --md-ref-palette-error60: #ff5449; + --md-ref-palette-error50: #dd3730; + --md-ref-palette-error40: #ba1b1b; + --md-ref-palette-error30: #930006; + --md-ref-palette-error20: #680003; + --md-ref-palette-error10: #410001; + --md-ref-palette-error0: #000000; +} diff --git a/src/lib/color-scheme/tokens/enterprise.json b/src/lib/color-scheme/tokens/enterprise.json new file mode 100755 index 00000000..17803283 --- /dev/null +++ b/src/lib/color-scheme/tokens/enterprise.json @@ -0,0 +1,1861 @@ +{ + "dsp_spec_version": "0.0.1", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "entities": [ + { + "class": "token", + "type": "color", + "id": "md.sys.color.primary.light", + "name": "md.sys.color.primary.light", + "value": "#005ac5", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-primary.light", + "name": "md.sys.color.on-primary.light", + "value": "#ffffff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.primary-container.light", + "name": "md.sys.color.primary-container.light", + "value": "#d6e2ff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-primary-container.light", + "name": "md.sys.color.on-primary-container.light", + "value": "#001a43", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.secondary.light", + "name": "md.sys.color.secondary.light", + "value": "#006d38", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-secondary.light", + "name": "md.sys.color.on-secondary.light", + "value": "#ffffff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.secondary-container.light", + "name": "md.sys.color.secondary-container.light", + "value": "#82fbab", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-secondary-container.light", + "name": "md.sys.color.on-secondary-container.light", + "value": "#00210c", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.tertiary.light", + "name": "md.sys.color.tertiary.light", + "value": "#7b5800", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-tertiary.light", + "name": "md.sys.color.on-tertiary.light", + "value": "#ffffff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.tertiary-container.light", + "name": "md.sys.color.tertiary-container.light", + "value": "#ffde9d", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-tertiary-container.light", + "name": "md.sys.color.on-tertiary-container.light", + "value": "#261900", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.error.light", + "name": "md.sys.color.error.light", + "value": "#ba1b1b", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.error-container.light", + "name": "md.sys.color.error-container.light", + "value": "#ffdad4", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-error.light", + "name": "md.sys.color.on-error.light", + "value": "#ffffff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-error-container.light", + "name": "md.sys.color.on-error-container.light", + "value": "#410001", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error-container", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.background.light", + "name": "md.sys.color.background.light", + "value": "#fdfbff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "background", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-background.light", + "name": "md.sys.color.on-background.light", + "value": "#1b1b1e", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-background", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.surface.light", + "name": "md.sys.color.surface.light", + "value": "#fdfbff", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-surface.light", + "name": "md.sys.color.on-surface.light", + "value": "#1b1b1e", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.surface-variant.light", + "name": "md.sys.color.surface-variant.light", + "value": "#e1e2ec", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface-variant", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-surface-variant.light", + "name": "md.sys.color.on-surface-variant.light", + "value": "#44474f", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface-variant", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.outline.light", + "name": "md.sys.color.outline.light", + "value": "#74777f", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "outline", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.inverse-on-surface.light", + "name": "md.sys.color.inverse-on-surface.light", + "value": "#f2f0f4", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-on-surface", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.inverse-surface.light", + "name": "md.sys.color.inverse-surface.light", + "value": "#2f3033", + "description": "", + "category_id": "sys.color.light", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-surface", "light", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.primary.dark", + "name": "md.sys.color.primary.dark", + "value": "#acc7ff", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-primary.dark", + "name": "md.sys.color.on-primary.dark", + "value": "#002e6c", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.primary-container.dark", + "name": "md.sys.color.primary-container.dark", + "value": "#004397", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-primary-container.dark", + "name": "md.sys.color.on-primary-container.dark", + "value": "#d6e2ff", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.secondary.dark", + "name": "md.sys.color.secondary.dark", + "value": "#64de91", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-secondary.dark", + "name": "md.sys.color.on-secondary.dark", + "value": "#00391a", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.secondary-container.dark", + "name": "md.sys.color.secondary-container.dark", + "value": "#005229", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-secondary-container.dark", + "name": "md.sys.color.on-secondary-container.dark", + "value": "#82fbab", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.tertiary.dark", + "name": "md.sys.color.tertiary.dark", + "value": "#fdbc14", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-tertiary.dark", + "name": "md.sys.color.on-tertiary.dark", + "value": "#412d00", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.tertiary-container.dark", + "name": "md.sys.color.tertiary-container.dark", + "value": "#5d4200", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-tertiary-container.dark", + "name": "md.sys.color.on-tertiary-container.dark", + "value": "#ffde9d", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.error.dark", + "name": "md.sys.color.error.dark", + "value": "#ffb4a9", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.error-container.dark", + "name": "md.sys.color.error-container.dark", + "value": "#930006", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-error.dark", + "name": "md.sys.color.on-error.dark", + "value": "#680003", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-error-container.dark", + "name": "md.sys.color.on-error-container.dark", + "value": "#ffdad4", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error-container", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.background.dark", + "name": "md.sys.color.background.dark", + "value": "#1b1b1e", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "background", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-background.dark", + "name": "md.sys.color.on-background.dark", + "value": "#e4e2e6", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-background", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.surface.dark", + "name": "md.sys.color.surface.dark", + "value": "#1b1b1e", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-surface.dark", + "name": "md.sys.color.on-surface.dark", + "value": "#e4e2e6", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.surface-variant.dark", + "name": "md.sys.color.surface-variant.dark", + "value": "#44474f", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface-variant", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.on-surface-variant.dark", + "name": "md.sys.color.on-surface-variant.dark", + "value": "#c4c6d0", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface-variant", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.outline.dark", + "name": "md.sys.color.outline.dark", + "value": "#8e9099", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "outline", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.inverse-on-surface.dark", + "name": "md.sys.color.inverse-on-surface.dark", + "value": "#1b1b1e", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-on-surface", "dark", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.sys.color.inverse-surface.dark", + "name": "md.sys.color.inverse-surface.dark", + "value": "#e4e2e6", + "description": "", + "category_id": "sys.color.dark", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-surface", "dark", "color"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.primary", + "name": "md.sys.color.primary", + "value": "{md.sys.color.primary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-primary", + "name": "md.sys.color.on-primary", + "value": "{md.sys.color.on-primary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.primary-container", + "name": "md.sys.color.primary-container", + "value": "{md.sys.color.primary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "primary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-primary-container", + "name": "md.sys.color.on-primary-container", + "value": "{md.sys.color.on-primary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-primary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.secondary", + "name": "md.sys.color.secondary", + "value": "{md.sys.color.secondary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-secondary", + "name": "md.sys.color.on-secondary", + "value": "{md.sys.color.on-secondary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.secondary-container", + "name": "md.sys.color.secondary-container", + "value": "{md.sys.color.secondary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "secondary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-secondary-container", + "name": "md.sys.color.on-secondary-container", + "value": "{md.sys.color.on-secondary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-secondary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.tertiary", + "name": "md.sys.color.tertiary", + "value": "{md.sys.color.tertiary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-tertiary", + "name": "md.sys.color.on-tertiary", + "value": "{md.sys.color.on-tertiary.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.tertiary-container", + "name": "md.sys.color.tertiary-container", + "value": "{md.sys.color.tertiary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "tertiary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-tertiary-container", + "name": "md.sys.color.on-tertiary-container", + "value": "{md.sys.color.on-tertiary-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-tertiary-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.error", + "name": "md.sys.color.error", + "value": "{md.sys.color.error.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.error-container", + "name": "md.sys.color.error-container", + "value": "{md.sys.color.error-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "error-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-error", + "name": "md.sys.color.on-error", + "value": "{md.sys.color.on-error.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-error-container", + "name": "md.sys.color.on-error-container", + "value": "{md.sys.color.on-error-container.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-error-container", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.background", + "name": "md.sys.color.background", + "value": "{md.sys.color.background.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "background", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-background", + "name": "md.sys.color.on-background", + "value": "{md.sys.color.on-background.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-background", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.surface", + "name": "md.sys.color.surface", + "value": "{md.sys.color.surface.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-surface", + "name": "md.sys.color.on-surface", + "value": "{md.sys.color.on-surface.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.surface-variant", + "name": "md.sys.color.surface-variant", + "value": "{md.sys.color.surface-variant.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "surface-variant", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.on-surface-variant", + "name": "md.sys.color.on-surface-variant", + "value": "{md.sys.color.on-surface-variant.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "on-surface-variant", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.outline", + "name": "md.sys.color.outline", + "value": "{md.sys.color.outline.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "outline", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.inverse-on-surface", + "name": "md.sys.color.inverse-on-surface", + "value": "{md.sys.color.inverse-on-surface.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-on-surface", "alias"] + }, + { + "class": "token", + "type": "alias", + "id": "md.sys.color.inverse-surface", + "name": "md.sys.color.inverse-surface", + "value": "{md.sys.color.inverse-surface.light}", + "description": "", + "category_id": "sys.color", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "sys", "color", "inverse-surface", "alias"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary100", + "name": "md.ref.palette.primary100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary99", + "name": "md.ref.palette.primary99", + "value": "#fdfbff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary95", + "name": "md.ref.palette.primary95", + "value": "#ecf0ff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary90", + "name": "md.ref.palette.primary90", + "value": "#d6e2ff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary80", + "name": "md.ref.palette.primary80", + "value": "#acc7ff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary70", + "name": "md.ref.palette.primary70", + "value": "#7eabff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary60", + "name": "md.ref.palette.primary60", + "value": "#4d8efe", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary50", + "name": "md.ref.palette.primary50", + "value": "#2b74e2", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary40", + "name": "md.ref.palette.primary40", + "value": "#005ac5", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary30", + "name": "md.ref.palette.primary30", + "value": "#004397", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary20", + "name": "md.ref.palette.primary20", + "value": "#002e6c", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary10", + "name": "md.ref.palette.primary10", + "value": "#001a43", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.primary0", + "name": "md.ref.palette.primary0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "primary0", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary100", + "name": "md.ref.palette.secondary100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary99", + "name": "md.ref.palette.secondary99", + "value": "#f3fff3", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary95", + "name": "md.ref.palette.secondary95", + "value": "#c0ffd1", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary90", + "name": "md.ref.palette.secondary90", + "value": "#82fbab", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary80", + "name": "md.ref.palette.secondary80", + "value": "#64de91", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary70", + "name": "md.ref.palette.secondary70", + "value": "#46c178", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary60", + "name": "md.ref.palette.secondary60", + "value": "#20a55f", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary50", + "name": "md.ref.palette.secondary50", + "value": "#008949", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary40", + "name": "md.ref.palette.secondary40", + "value": "#006d38", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary30", + "name": "md.ref.palette.secondary30", + "value": "#005229", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary20", + "name": "md.ref.palette.secondary20", + "value": "#00391a", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary10", + "name": "md.ref.palette.secondary10", + "value": "#00210c", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.secondary0", + "name": "md.ref.palette.secondary0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "secondary0", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary100", + "name": "md.ref.palette.tertiary100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary99", + "name": "md.ref.palette.tertiary99", + "value": "#fffbf8", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary95", + "name": "md.ref.palette.tertiary95", + "value": "#ffefd3", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary90", + "name": "md.ref.palette.tertiary90", + "value": "#ffde9d", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary80", + "name": "md.ref.palette.tertiary80", + "value": "#fdbc14", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary70", + "name": "md.ref.palette.tertiary70", + "value": "#dda100", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary60", + "name": "md.ref.palette.tertiary60", + "value": "#bb8800", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary50", + "name": "md.ref.palette.tertiary50", + "value": "#9b7000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary40", + "name": "md.ref.palette.tertiary40", + "value": "#7b5800", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary30", + "name": "md.ref.palette.tertiary30", + "value": "#5d4200", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary20", + "name": "md.ref.palette.tertiary20", + "value": "#412d00", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary10", + "name": "md.ref.palette.tertiary10", + "value": "#261900", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.tertiary0", + "name": "md.ref.palette.tertiary0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "tertiary0", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral100", + "name": "md.ref.palette.neutral100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral99", + "name": "md.ref.palette.neutral99", + "value": "#fdfbff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral95", + "name": "md.ref.palette.neutral95", + "value": "#f2f0f4", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral90", + "name": "md.ref.palette.neutral90", + "value": "#e4e2e6", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral80", + "name": "md.ref.palette.neutral80", + "value": "#c7c6ca", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral70", + "name": "md.ref.palette.neutral70", + "value": "#acabaf", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral60", + "name": "md.ref.palette.neutral60", + "value": "#919094", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral50", + "name": "md.ref.palette.neutral50", + "value": "#77777b", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral40", + "name": "md.ref.palette.neutral40", + "value": "#5e5e61", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral30", + "name": "md.ref.palette.neutral30", + "value": "#464649", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral20", + "name": "md.ref.palette.neutral20", + "value": "#2f3033", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral10", + "name": "md.ref.palette.neutral10", + "value": "#1b1b1e", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral0", + "name": "md.ref.palette.neutral0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral0", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant100", + "name": "md.ref.palette.neutral-variant100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant99", + "name": "md.ref.palette.neutral-variant99", + "value": "#fdfbff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant95", + "name": "md.ref.palette.neutral-variant95", + "value": "#eff0fa", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant90", + "name": "md.ref.palette.neutral-variant90", + "value": "#e1e2ec", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant80", + "name": "md.ref.palette.neutral-variant80", + "value": "#c4c6d0", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant70", + "name": "md.ref.palette.neutral-variant70", + "value": "#a9abb5", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant60", + "name": "md.ref.palette.neutral-variant60", + "value": "#8e9099", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant50", + "name": "md.ref.palette.neutral-variant50", + "value": "#74777f", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant40", + "name": "md.ref.palette.neutral-variant40", + "value": "#5c5e66", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant30", + "name": "md.ref.palette.neutral-variant30", + "value": "#44474f", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant20", + "name": "md.ref.palette.neutral-variant20", + "value": "#2d3038", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant10", + "name": "md.ref.palette.neutral-variant10", + "value": "#191b22", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.neutral-variant0", + "name": "md.ref.palette.neutral-variant0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "neutral-variant0", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error100", + "name": "md.ref.palette.error100", + "value": "#ffffff", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error100", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error99", + "name": "md.ref.palette.error99", + "value": "#fcfcfc", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error99", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error95", + "name": "md.ref.palette.error95", + "value": "#ffede9", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error95", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error90", + "name": "md.ref.palette.error90", + "value": "#ffdad4", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error90", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error80", + "name": "md.ref.palette.error80", + "value": "#ffb4a9", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error80", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error70", + "name": "md.ref.palette.error70", + "value": "#ff897a", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error70", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error60", + "name": "md.ref.palette.error60", + "value": "#ff5449", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error60", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error50", + "name": "md.ref.palette.error50", + "value": "#dd3730", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error50", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error40", + "name": "md.ref.palette.error40", + "value": "#ba1b1b", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error40", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error30", + "name": "md.ref.palette.error30", + "value": "#930006", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error30", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error20", + "name": "md.ref.palette.error20", + "value": "#680003", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error20", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error10", + "name": "md.ref.palette.error10", + "value": "#410001", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error10", "color"] + }, + { + "class": "token", + "type": "color", + "id": "md.ref.palette.error0", + "name": "md.ref.palette.error0", + "value": "#000000", + "description": "", + "category_id": "ref.palette", + "last_updated_by": "Material", + "last_updated": "Thu, 06 Jan 2022 23:56:28 GMT", + "tags": ["md", "ref", "palette", "error0", "color"] + } + ], + "categories": [ + { + "id": "sys.color.light", + "label": "Light" + }, + { + "id": "sys.color.dark", + "label": "Dark" + }, + { + "id": "sys.color", + "label": "Default" + }, + { + "id": "ref.palette", + "label": "Palette" + } + ] +}