UNPKG

@canonical/launchpad-design-tokens

Version:

Design tokens for Canonical's Launchpad

157 lines (152 loc) 7.54 kB
/** * Do not edit directly, this file was auto-generated. */ @media (prefers-color-scheme: light) { :root { --tmp-color-brand-default: #e95420; --tmp-color-brand-hover: #da4816; --tmp-color-brand-active: #cc4414; --tmp-color-positive: #0e8420; --tmp-color-negative: #c7162b; --tmp-color-information: #24598f; --tmp-color-caution: #cc7900; --tmp-color-text-default: #000000; --tmp-color-text-muted: rgba(0, 0, 0, 0.6); --tmp-color-text-inactive: rgba(0, 0, 0, 0.75); --tmp-color-text-reversed: #ffffff; --tmp-color-text-white: #ffffff; --tmp-color-text-link-default: #0066cc; --tmp-color-text-link-visited: #7d42b8; --tmp-color-background-default: #ffffff; --tmp-color-background-hover: #f2f2f2; --tmp-color-background-active: #ebebeb; --tmp-color-background-alt: #f7f7f7; --tmp-color-background-brand-default: rgba(233, 84, 32, 0.1); --tmp-color-background-brand-hover: rgba(233, 84, 32, 0.15); --tmp-color-background-brand-active: rgba(233, 84, 32, 0.1); --tmp-color-background-neutral-default: #f2f2f2; --tmp-color-background-neutral-hover: #e5e5e5; --tmp-color-background-neutral-active: #dedede; --tmp-color-background-positive-default: rgba(10, 189, 37, 0.1); --tmp-color-background-positive-hover: rgba(0, 199, 30, 0.15); --tmp-color-background-positive-active: rgba(0, 199, 30, 0.18); --tmp-color-background-negative-default: rgba(199, 0, 20, 0.1); --tmp-color-background-negative-hover: rgba(199, 0, 20, 0.15); --tmp-color-background-negative-active: rgba(199, 0, 20, 0.18); --tmp-color-background-information-default: rgba(0, 99, 199, 0.1); --tmp-color-background-information-hover: rgba(0, 99, 199, 0.15); --tmp-color-background-information-active: rgba(0, 99, 199, 0.18); --tmp-color-background-caution-default: rgba(199, 90, 0, 0.1); --tmp-color-background-caution-hover: rgba(199, 90, 0, 0.15); --tmp-color-background-caution-active: rgba(199, 90, 0, 0.18); --tmp-color-background-input: #f5f5f5; --tmp-color-background-overlay: rgba(17, 17, 17, 0.85); --tmp-color-border-default: rgba(0, 0, 0, 0.2); --tmp-color-border-highlight: #000000; --tmp-color-border-focus: #2e96ff; --tmp-color-border-high-contrast: #707070; --tmp-color-border-low-contrast: rgba(0, 0, 0, 0.1); --tmp-color-border-neutral: rgba(0, 0, 0, 0.56); --tmp-color-icon-status-shade-1: #f7f7f7; --tmp-color-icon-status-shade-2: #d9d9d9; --tmp-color-icon-status-queued: #808080; --tmp-color-fill-positive-hover: #0c6d1a; --tmp-color-fill-positive-active: #0a5f17; --tmp-color-fill-negative-hover: #b01326; --tmp-color-fill-negative-active: #a21223; --tmp-color-status-default: #666666; --tmp-color-status-positive: #0e8420; --tmp-color-status-negative: #c7162b; --tmp-color-status-information: #24598f; --tmp-color-status-caution: #cc7900; --tmp-color-border-positive: var(--tmp-color-positive); --tmp-color-border-negative: var(--tmp-color-negative); --tmp-color-border-information: var(--tmp-color-information); --tmp-color-border-caution: var(--tmp-color-caution); --tmp-color-icon-default: var(--tmp-color-text-default); --tmp-color-icon-muted: var(--tmp-color-text-muted); --tmp-color-icon-positive: var(--tmp-color-positive); --tmp-color-icon-negative: var(--tmp-color-negative); --tmp-color-icon-information: var(--tmp-color-information); --tmp-color-icon-caution: var(--tmp-color-caution); --tmp-color-icon-link: var(--tmp-color-text-link-default); --tmp-color-fill-positive-default: var(--tmp-color-positive); --tmp-color-fill-negative-default: var(--tmp-color-negative); } } /** * Do not edit directly, this file was auto-generated. */ @media (prefers-color-scheme: dark) { :root { --tmp-color-brand-default: #e95420; --tmp-color-brand-hover: #da4816; --tmp-color-brand-active: #cc4414; --tmp-color-positive: #62a36c; --tmp-color-negative: #d17b85; --tmp-color-information: #5ea6ed; --tmp-color-caution: #c48831; --tmp-color-text-default: #ffffff; --tmp-color-text-muted: rgba(255, 255, 255, 0.6); --tmp-color-text-inactive: rgba(255, 255, 255, 0.75); --tmp-color-text-reversed: #000000; --tmp-color-text-white: #ffffff; --tmp-color-text-link-default: #6699cc; --tmp-color-text-link-visited: #a679d2; --tmp-color-background-default: #262626; --tmp-color-background-hover: #313131; --tmp-color-background-active: #373737; --tmp-color-background-alt: #202020; --tmp-color-background-brand-default: rgba(233, 84, 32, 0.2); --tmp-color-background-brand-hover: rgba(233, 84, 32, 0.3); --tmp-color-background-brand-active: rgba(233, 84, 32, 0.36); --tmp-color-background-neutral-default: rgba(255, 255, 255, 0.15); --tmp-color-background-neutral-hover: rgba(255, 255, 255, 0.2); --tmp-color-background-neutral-active: rgba(255, 255, 255, 0.25); --tmp-color-background-positive-default: rgba(10, 189, 37, 0.2); --tmp-color-background-positive-hover: rgba(0, 199, 30, 0.3); --tmp-color-background-positive-active: rgba(0, 199, 30, 0.36); --tmp-color-background-negative-default: rgba(255, 102, 120, 0.2); --tmp-color-background-negative-hover: rgba(255, 102, 120, 0.3); --tmp-color-background-negative-active: rgba(255, 102, 120, 0.36); --tmp-color-background-information-default: rgba(0, 137, 255, 0.2); --tmp-color-background-information-hover: rgba(0, 137, 255, 0.3); --tmp-color-background-information-active: rgba(0, 137, 255, 0.36); --tmp-color-background-caution-default: rgba(255, 115, 0, 0.2); --tmp-color-background-caution-hover: rgba(255, 143, 51, 0.3); --tmp-color-background-caution-active: rgba(255, 115, 0, 0.36); --tmp-color-background-input: #2f2f2f; --tmp-color-background-overlay: rgba(17, 17, 17, 0.85); --tmp-color-border-default: rgba(255, 255, 255, 0.2); --tmp-color-border-highlight: #ffffff; --tmp-color-border-focus: #99ccff; --tmp-color-border-high-contrast: #939393; --tmp-color-border-low-contrast: rgba(255, 255, 255, 0.1); --tmp-color-border-neutral: #a6a6a6; --tmp-color-icon-status-shade-1: #f7f7f7; --tmp-color-icon-status-shade-2: #d9d9d9; --tmp-color-icon-status-queued: #808080; --tmp-color-fill-positive-default: #008013; --tmp-color-fill-positive-hover: #00670f; --tmp-color-fill-positive-active: #00570d; --tmp-color-fill-negative-default: #a11223; --tmp-color-fill-negative-hover: #8a0f1e; --tmp-color-fill-negative-active: #7c0e1b; --tmp-color-status-default: #666666; --tmp-color-status-positive: #0e8420; --tmp-color-status-negative: #c7162b; --tmp-color-status-information: #24598f; --tmp-color-status-caution: #cc7900; --tmp-color-border-positive: var(--tmp-color-positive); --tmp-color-border-negative: var(--tmp-color-negative); --tmp-color-border-information: var(--tmp-color-information); --tmp-color-border-caution: var(--tmp-color-caution); --tmp-color-icon-default: var(--tmp-color-text-default); --tmp-color-icon-muted: var(--tmp-color-text-muted); --tmp-color-icon-positive: var(--tmp-color-positive); --tmp-color-icon-negative: var(--tmp-color-negative); --tmp-color-icon-information: var(--tmp-color-information); --tmp-color-icon-caution: var(--tmp-color-caution); --tmp-color-icon-link: var(--tmp-color-text-link-default); } }