UNPKG

@buildit/gravity-particles

Version:

Design token data and common assets used by other Gravity libraries and tools.

175 lines (174 loc) 5.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.colorSchemes = void 0; ; exports.colorSchemes = { builditBlackRed: { groupA: { neutral: '#000000', neutralAlt: '#000000', accent: '#000000', accentSuccess: '#000000', accentAttention: '#000000', accentDanger: '#000000', }, groupB: { neutral: '#ebecef', neutralSubtle: '#c3c7ce', neutralEmphasis: '#ffffff', control: '#ebecef', controlAlt: '#b433e2', controlEmphasis: '#ff3f00', controlActive: '#ff663b', controlDisabled: '#878e9d', accent: '#ff3f00', accentSuccess: '#00c76a', accentAttention: '#ffa719', accentDanger: '#ff2552', } }, builditDarkRed: { groupA: { neutral: '#061434', neutralAlt: '#000000', accent: '#061434', accentSuccess: '#061434', accentAttention: '#061434', accentDanger: '#061434', }, groupB: { neutral: '#ffffff', neutralSubtle: '#ebecef', neutralEmphasis: '#ffffff', control: '#ffffff', controlAlt: '#c766e9', controlEmphasis: '#ff3f00', controlActive: '#ff663b', controlDisabled: '#878e9d', accent: '#ff3f00', accentSuccess: '#00c76a', accentAttention: '#ffa719', accentDanger: '#ff5173', } }, builditDark: { groupA: { neutral: '#061434', neutralAlt: '#000000', accent: '#061434', accentSuccess: '#061434', accentAttention: '#061434', accentDanger: '#061434', }, groupB: { neutral: '#ffffff', neutralSubtle: '#ebecef', neutralEmphasis: '#ffffff', control: '#ffffff', controlAlt: '#c766e9', controlEmphasis: '#74a2fc', controlActive: '#98a5e5', controlDisabled: '#878e9d', accent: '#4382fb', accentSuccess: '#00c76a', accentAttention: '#ffa719', accentDanger: '#ff5173', } }, builditWhite: { groupA: { neutral: '#ffffff', neutralAlt: '#f2f7ff', accent: '#ffffff', accentSuccess: '#ccf4e1', accentAttention: '#ffedd1', accentDanger: '#ffffff', }, groupB: { neutral: '#000000', neutralSubtle: '#061434', neutralEmphasis: '#000000', control: '#000000', controlAlt: '#8100af', controlEmphasis: '#0060ff', controlActive: '#0000c8', controlDisabled: '#697184', accent: '#0060ff', accentSuccess: '#000000', accentAttention: '#000000', accentDanger: '#cc1e42', } }, tealBlack: { groupA: { neutral: '#000000', neutralAlt: '#262626', accent: '#000000', accentSuccess: '#000000', accentAttention: '#000000', accentDanger: '#000000', }, groupB: { neutral: '#cccccc', neutralSubtle: '#999999', neutralEmphasis: '#e6e6e6', control: '#cccccc', controlAlt: '#b69cca', controlEmphasis: '#00b49d', controlActive: '#50c0ad', controlDisabled: '#999999', accent: '#00b49d', accentSuccess: '#b6d772', accentAttention: '#ffd27c', accentDanger: '#f15b46', } }, tealDarkGray: { groupA: { neutral: '#404040', neutralAlt: '#404040', accent: '#4d4848', accentSuccess: '#4d4848', accentAttention: '#4d4848', accentDanger: '#4d4848', }, groupB: { neutral: '#e6e6e6', neutralSubtle: '#cccccc', neutralEmphasis: '#ffffff', control: '#e6e6e6', controlAlt: '#d6c9e3', controlEmphasis: '#82cdbf', controlActive: '#acdcd2', controlDisabled: '#b3b3b3', accent: '#82cdbf', accentSuccess: '#c7df94', accentAttention: '#ffdfa4', accentDanger: '#f9ac90', } }, tealWhite: { groupA: { neutral: '#ffffff', neutralAlt: '#f1f1f1', accent: '#ffffff', accentSuccess: '#eaf3d8', accentAttention: '#ffdfa4', accentDanger: '#fdd4c2', }, groupB: { neutral: '#404040', neutralSubtle: '#4d4848', neutralEmphasis: '#404040', control: '#4d4848', controlAlt: '#6f2c91', controlEmphasis: '#007c6c', controlActive: '#005c50', controlDisabled: '#666666', accent: '#007c6c', accentSuccess: '#4d4848', accentAttention: '#4d4848', accentDanger: '#4d4848', } }, };