@nordnet/design-tokens
Advanced tools
Comparing version 3.1.0-beta.2 to 3.1.0-beta.3
@@ -7,145 +7,145 @@ "use strict"; | ||
neutral: { | ||
text_default: "#1c1c1c", | ||
text_weak: "#6e6e6e", | ||
text_medium: "#ffffff", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#9e9e9e", | ||
background_default: "#ffffff", | ||
background_weak: "#ffffff", | ||
background_medium: "#f5f5f5", | ||
background_strong: "#ffffff", | ||
background_hover: "#f5f5f5", | ||
background_disabled: "#eeeeee", | ||
background_skeleton: "#eeeeee", | ||
background_active: "#ffffff", | ||
background_inactive: "#e0e0e0", | ||
background_select: "#ffffff", | ||
background_focus: "#1c1c1c", | ||
background_focus_hover: "#262626", | ||
background_focus_pressed: "#333333", | ||
background_badge: "#333333", | ||
background_data: "#6e6e6e", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#bdbdbd", | ||
border_weak: "#eeeeee", | ||
border_medium: "#e0e0e0", | ||
border_strong: "#f5f5f5", | ||
border_active: "#1c1c1c", | ||
border_focus: "#ffffff", | ||
border_disabled: "#eeeeee", | ||
border_hover: "#6e6e6e", | ||
border_brand: "#000000", | ||
icon_default: "#1c1c1c", | ||
icon_weak: "#6e6e6e", | ||
icon_medium: "#ffffff", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#9e9e9e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#1c1c1cff", | ||
text_weak: "#6e6e6eff", | ||
text_medium: "#ffffffff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#9e9e9eff", | ||
background_default: "#ffffffff", | ||
background_weak: "#ffffffff", | ||
background_medium: "#f5f5f5ff", | ||
background_strong: "#ffffffff", | ||
background_hover: "#f5f5f5ff", | ||
background_disabled: "#eeeeeeff", | ||
background_skeleton: "#eeeeeeff", | ||
background_active: "#ffffffff", | ||
background_inactive: "#e0e0e0ff", | ||
background_select: "#ffffffff", | ||
background_focus: "#1c1c1cff", | ||
background_focus_hover: "#262626ff", | ||
background_focus_pressed: "#333333ff", | ||
background_badge: "#333333ff", | ||
background_data: "#6e6e6eff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000066", | ||
border_default: "#bdbdbdff", | ||
border_weak: "#eeeeeeff", | ||
border_medium: "#e0e0e0ff", | ||
border_strong: "#f5f5f5ff", | ||
border_active: "#1c1c1cff", | ||
border_focus: "#ffffffff", | ||
border_disabled: "#eeeeeeff", | ||
border_hover: "#6e6e6eff", | ||
border_brand: "#0000001a", | ||
icon_default: "#1c1c1cff", | ||
icon_weak: "#6e6e6eff", | ||
icon_medium: "#ffffffff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#9e9e9eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#336bff", | ||
text_medium: "#336bff", | ||
text_focus: "#6690ff", | ||
text_hover: "#2650bf", | ||
text_pressed: "#1f4099", | ||
text_data: "#336bff", | ||
background_default: "#336bff", | ||
background_weak: "#eaf0ff", | ||
background_medium: "#adc4ff", | ||
background_strong: "#1f4099", | ||
background_disabled: "#d6e1ff", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#2650bf", | ||
background_data_allocation: "#eaf0ff", | ||
background_data_primary: "#2650bf", | ||
background_data_secondary: "#6690ff", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#adc4ff", | ||
border_focus: "#d6e1ff", | ||
border_hover: "#2650bf", | ||
border_pressed: "#1f4099", | ||
border_data: "#336bff", | ||
icon_default: "#336bff", | ||
icon_medium: "#336bff", | ||
icon_hover: "#2650bf", | ||
icon_pressed: "#1f4099", | ||
icon_brand: "#00c8f5", | ||
text_default: "#336bffff", | ||
text_medium: "#336bffff", | ||
text_focus: "#6690ffff", | ||
text_hover: "#2650bfff", | ||
text_pressed: "#1f4099ff", | ||
text_data: "#336bffff", | ||
background_default: "#336bffff", | ||
background_weak: "#eaf0ffff", | ||
background_medium: "#adc4ffff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#d6e1ffff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#2650bfff", | ||
background_data_allocation: "#eaf0ffff", | ||
background_data_primary: "#2650bfff", | ||
background_data_secondary: "#6690ffff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#adc4ffff", | ||
border_focus: "#d6e1ffff", | ||
border_hover: "#2650bfff", | ||
border_pressed: "#1f4099ff", | ||
border_data: "#336bffff", | ||
icon_default: "#336bffff", | ||
icon_medium: "#336bffff", | ||
icon_hover: "#2650bfff", | ||
icon_pressed: "#1f4099ff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#cc2269", | ||
text_hover: "#ac135a", | ||
text_pressed: "#78013a", | ||
text_brand: "#ff2b83", | ||
background_default: "#cc2269", | ||
background_weak: "#f6e7ee", | ||
background_medium: "#cc2269", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ffaacd", | ||
background_data_primary: "#cc2269", | ||
background_data_secondary: "#ff2b83", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#cc2269", | ||
icon_default: "#cc2269", | ||
icon_hover: "#ac135a", | ||
icon_pressed: "#78013a", | ||
icon_brand: "#ff2b83", | ||
text_default: "#cc2269ff", | ||
text_hover: "#ac135aff", | ||
text_pressed: "#78013aff", | ||
text_brand: "#ff2b83ff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#f6e7eeff", | ||
background_medium: "#cc2269ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ffaacdff", | ||
background_data_primary: "#cc2269ff", | ||
background_data_secondary: "#ff2b83ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#cc2269ff", | ||
icon_default: "#cc2269ff", | ||
icon_hover: "#ac135aff", | ||
icon_pressed: "#78013aff", | ||
icon_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#1f4099", | ||
text_medium: "#41a21a", | ||
text_hover: "#142b66", | ||
background_default: "#1f4099", | ||
background_weak: "#edfae8", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#b9eaa6", | ||
background_brand: "#d2f500", | ||
border_default: "#41a21a", | ||
icon_default: "#41a21a", | ||
icon_focus: "#51cb20", | ||
icon_hover: "#368716", | ||
icon_data: "#41a21a", | ||
icon_brand: "#d2f500", | ||
text_default: "#1f4099ff", | ||
text_medium: "#41a21aff", | ||
text_hover: "#142b66ff", | ||
background_default: "#1f4099ff", | ||
background_weak: "#edfae8ff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#b9eaa6ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#41a21aff", | ||
icon_default: "#41a21aff", | ||
icon_focus: "#51cb20ff", | ||
icon_hover: "#368716ff", | ||
icon_data: "#41a21aff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#614f00", | ||
background_default: "#e6bb00", | ||
background_weak: "#fffdf2", | ||
background_medium: "#fff7d4", | ||
background_strong: "#ffcf00", | ||
icon_default: "#e6bb00", | ||
border_default: "#e6bb00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#614f00ff", | ||
background_default: "#e6bb00ff", | ||
background_weak: "#fffdf2ff", | ||
background_medium: "#fff7d4ff", | ||
background_strong: "#ffcf00ff", | ||
icon_default: "#e6bb00ff", | ||
border_default: "#e6bb00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#cc3929", | ||
text_hover: "#992b1f", | ||
text_pressed: "#661c14", | ||
background_default: "#cc3929", | ||
background_weak: "#ffecea", | ||
background_medium: "#cc3929", | ||
background_hover: "#992b1f", | ||
background_pressed: "#661c14", | ||
border_default: "#cc3929", | ||
icon_default: "#cc3929", | ||
icon_hover: "#992b1f", | ||
icon_pressed: "#661c14", | ||
text_default: "#cc3929ff", | ||
text_hover: "#992b1fff", | ||
text_pressed: "#661c14ff", | ||
background_default: "#cc3929ff", | ||
background_weak: "#ffeceaff", | ||
background_medium: "#cc3929ff", | ||
background_hover: "#992b1fff", | ||
background_pressed: "#661c14ff", | ||
border_default: "#cc3929ff", | ||
icon_default: "#cc3929ff", | ||
icon_hover: "#992b1fff", | ||
icon_pressed: "#661c14ff", | ||
}, | ||
accent: { | ||
text_default: "#009087", | ||
background_default: "#00c0b4", | ||
background_weak: "#e5fdfc", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#009087", | ||
icon_brand: "#00f0e1", | ||
text_default: "#009087ff", | ||
background_default: "#00c0b4ff", | ||
background_weak: "#e5fdfcff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#009087ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -152,0 +152,0 @@ }, |
@@ -7,145 +7,145 @@ "use strict"; | ||
neutral: { | ||
text_default: "#ffffff", | ||
text_weak: "#bdbdbd", | ||
text_medium: "#1c1c1c", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#6e6e6e", | ||
background_default: "#1c1c1c", | ||
background_weak: "#121212", | ||
background_medium: "#262626", | ||
background_strong: "#333333", | ||
background_hover: "#333333", | ||
background_disabled: "#333333", | ||
background_skeleton: "#333333", | ||
background_active: "#262626", | ||
background_inactive: "#333333", | ||
background_select: "#6e6e6e", | ||
background_focus: "#ffffff", | ||
background_focus_hover: "#f5f5f5", | ||
background_focus_pressed: "#eeeeee", | ||
background_badge: "#333333", | ||
background_data: "#bdbdbd", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#6e6e6e", | ||
border_weak: "#333333", | ||
border_medium: "#333333", | ||
border_strong: "#000000", | ||
border_active: "#ffffff", | ||
border_focus: "#1c1c1c", | ||
border_disabled: "#333333", | ||
border_hover: "#bdbdbd", | ||
border_brand: "#ffffff", | ||
icon_default: "#ffffff", | ||
icon_weak: "#bdbdbd", | ||
icon_medium: "#1c1c1c", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#6e6e6e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#ffffffff", | ||
text_weak: "#bdbdbdff", | ||
text_medium: "#1c1c1cff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#6e6e6eff", | ||
background_default: "#1c1c1cff", | ||
background_weak: "#121212ff", | ||
background_medium: "#262626ff", | ||
background_strong: "#333333ff", | ||
background_hover: "#33333380", | ||
background_disabled: "#333333ff", | ||
background_skeleton: "#333333ff", | ||
background_active: "#262626ff", | ||
background_inactive: "#333333ff", | ||
background_select: "#6e6e6eff", | ||
background_focus: "#ffffffff", | ||
background_focus_hover: "#f5f5f5ff", | ||
background_focus_pressed: "#eeeeeeff", | ||
background_badge: "#333333ff", | ||
background_data: "#bdbdbdff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000099", | ||
border_default: "#6e6e6eff", | ||
border_weak: "#333333ff", | ||
border_medium: "#333333ff", | ||
border_strong: "#000000ff", | ||
border_active: "#ffffffff", | ||
border_focus: "#1c1c1cff", | ||
border_disabled: "#333333ff", | ||
border_hover: "#bdbdbdff", | ||
border_brand: "#ffffff26", | ||
icon_default: "#ffffffff", | ||
icon_weak: "#bdbdbdff", | ||
icon_medium: "#1c1c1cff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#6e6e6eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#6690ff", | ||
text_medium: "#ffffff", | ||
text_focus: "#336bff", | ||
text_hover: "#adc4ff", | ||
text_pressed: "#d6e1ff", | ||
text_data: "#00f0e1", | ||
background_default: "#336bff", | ||
background_weak: "#142b66", | ||
background_medium: "#1f4099", | ||
background_strong: "#1f4099", | ||
background_disabled: "#1f4099", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#00c0b4", | ||
background_data_allocation: "#1f4099", | ||
background_data_primary: "#6690ff", | ||
background_data_secondary: "#2650bf", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#0a1533", | ||
border_focus: "#2650bf", | ||
border_hover: "#adc4ff", | ||
border_pressed: "#d6e1ff", | ||
border_data: "#00f0e1", | ||
icon_default: "#6690ff", | ||
icon_medium: "#ffffff", | ||
icon_hover: "#adc4ff", | ||
icon_pressed: "#d6e1ff", | ||
icon_brand: "#00c8f5", | ||
text_default: "#6690ffff", | ||
text_medium: "#ffffffff", | ||
text_focus: "#336bffff", | ||
text_hover: "#adc4ffff", | ||
text_pressed: "#d6e1ffff", | ||
text_data: "#00f0e1ff", | ||
background_default: "#336bffff", | ||
background_weak: "#142b66ff", | ||
background_medium: "#1f4099ff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#1f4099ff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#00c0b4ff", | ||
background_data_allocation: "#1f4099ff", | ||
background_data_primary: "#6690ffff", | ||
background_data_secondary: "#2650bfff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#0a1533ff", | ||
border_focus: "#2650bfff", | ||
border_hover: "#adc4ffff", | ||
border_pressed: "#d6e1ffff", | ||
border_data: "#00f0e1ff", | ||
icon_default: "#6690ffff", | ||
icon_medium: "#ffffffff", | ||
icon_hover: "#adc4ffff", | ||
icon_pressed: "#d6e1ffff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#ff2b83", | ||
text_hover: "#ff6aa8", | ||
text_pressed: "#ffaacd", | ||
background_default: "#cc2269", | ||
background_weak: "#590f2e", | ||
background_medium: "#ff2b83", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ac135a", | ||
background_data_primary: "#ff2b83", | ||
background_data_secondary: "#cc2269", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#ff2b83", | ||
icon_default: "#ff2b83", | ||
icon_hover: "#ff6aa8", | ||
icon_pressed: "#ffaacd", | ||
icon_brand: "#ff2b83", | ||
text_brand: "#ff2b83", | ||
text_default: "#ff2b83ff", | ||
text_hover: "#ff6aa8ff", | ||
text_pressed: "#ffaacdff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#590f2eff", | ||
background_medium: "#ff2b83ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ac135aff", | ||
background_data_primary: "#ff2b83ff", | ||
background_data_secondary: "#cc2269ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#ff2b83ff", | ||
icon_default: "#ff2b83ff", | ||
icon_hover: "#ff6aa8ff", | ||
icon_pressed: "#ffaacdff", | ||
icon_brand: "#ff2b83ff", | ||
text_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#51cb20", | ||
text_medium: "#d2f500", | ||
text_hover: "#85da62", | ||
background_default: "#51cb20", | ||
background_weak: "#20510d", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#317a13", | ||
background_brand: "#d2f500", | ||
border_default: "#51cb20", | ||
icon_default: "#51cb20", | ||
icon_focus: "#41a21a", | ||
icon_hover: "#85da62", | ||
icon_data: "#336bff", | ||
icon_brand: "#d2f500", | ||
text_default: "#51cb20ff", | ||
text_medium: "#d2f500ff", | ||
text_hover: "#85da62ff", | ||
background_default: "#51cb20ff", | ||
background_weak: "#20510dff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#317a13ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#51cb20ff", | ||
icon_default: "#51cb20ff", | ||
icon_focus: "#41a21aff", | ||
icon_hover: "#85da62ff", | ||
icon_data: "#336bffff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#ffcf00", | ||
background_default: "#ffcf00", | ||
background_weak: "#614f00", | ||
background_medium: "#332900", | ||
background_strong: "#ffcf00", | ||
icon_default: "#ffcf00", | ||
border_default: "#ffcf00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#ffcf00ff", | ||
background_default: "#ffcf00ff", | ||
background_weak: "#614f00ff", | ||
background_medium: "#332900ff", | ||
background_strong: "#ffcf00ff", | ||
icon_default: "#ffcf00ff", | ||
border_default: "#ffcf00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#ff4733", | ||
background_default: "#ff4733", | ||
text_hover: "#ff7e70", | ||
text_pressed: "#ffa399", | ||
background_weak: "#661c14", | ||
background_medium: "#ff4733", | ||
background_hover: "#cc3929", | ||
background_pressed: "#992b1f", | ||
border_default: "#ff4733", | ||
icon_default: "#ff4733", | ||
icon_hover: "#ff7e70", | ||
icon_pressed: "#ffa399", | ||
text_default: "#ff4733ff", | ||
background_default: "#ff4733ff", | ||
text_hover: "#ff7e70ff", | ||
text_pressed: "#ffa399ff", | ||
background_weak: "#661c14ff", | ||
background_medium: "#ff4733ff", | ||
background_hover: "#cc3929ff", | ||
background_pressed: "#992b1fff", | ||
border_default: "#ff4733ff", | ||
icon_default: "#ff4733ff", | ||
icon_hover: "#ff7e70ff", | ||
icon_pressed: "#ffa399ff", | ||
}, | ||
accent: { | ||
text_default: "#00f0e1", | ||
background_default: "#00f0e1", | ||
background_weak: "#004844", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#00f0e1", | ||
icon_brand: "#00f0e1", | ||
text_default: "#00f0e1ff", | ||
background_default: "#00f0e1ff", | ||
background_weak: "#004844ff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#00f0e1ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -152,0 +152,0 @@ }, |
@@ -7,145 +7,145 @@ "use strict"; | ||
neutral: { | ||
text_default: "#1c1c1c", | ||
text_weak: "#6e6e6e", | ||
text_medium: "#ffffff", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#9e9e9e", | ||
background_default: "#ffffff", | ||
background_weak: "#ffffff", | ||
background_medium: "#f5f5f5", | ||
background_strong: "#f5f5f5", | ||
background_hover: "#f5f5f5", | ||
background_disabled: "#eeeeee", | ||
background_skeleton: "#eeeeee", | ||
background_active: "#ffffff", | ||
background_inactive: "#e0e0e0", | ||
background_select: "#ffffff", | ||
background_focus: "#1c1c1c", | ||
background_focus_hover: "#262626", | ||
background_focus_pressed: "#333333", | ||
background_badge: "#333333", | ||
background_data: "#6e6e6e", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#bdbdbd", | ||
border_weak: "#eeeeee", | ||
border_medium: "#e0e0e0", | ||
border_strong: "#f5f5f5", | ||
border_active: "#1c1c1c", | ||
border_focus: "#ffffff", | ||
border_disabled: "#eeeeee", | ||
border_hover: "#6e6e6e", | ||
border_brand: "#000000", | ||
icon_default: "#1c1c1c", | ||
icon_weak: "#6e6e6e", | ||
icon_medium: "#ffffff", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#9e9e9e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#1c1c1cff", | ||
text_weak: "#6e6e6eff", | ||
text_medium: "#ffffffff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#9e9e9eff", | ||
background_default: "#ffffffff", | ||
background_weak: "#ffffffff", | ||
background_medium: "#f5f5f5ff", | ||
background_strong: "#f5f5f5ff", | ||
background_hover: "#f5f5f5ff", | ||
background_disabled: "#eeeeeeff", | ||
background_skeleton: "#eeeeeeff", | ||
background_active: "#ffffffff", | ||
background_inactive: "#e0e0e0ff", | ||
background_select: "#ffffffff", | ||
background_focus: "#1c1c1cff", | ||
background_focus_hover: "#262626ff", | ||
background_focus_pressed: "#333333ff", | ||
background_badge: "#333333ff", | ||
background_data: "#6e6e6eff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000066", | ||
border_default: "#bdbdbdff", | ||
border_weak: "#eeeeeeff", | ||
border_medium: "#e0e0e0ff", | ||
border_strong: "#f5f5f5ff", | ||
border_active: "#1c1c1cff", | ||
border_focus: "#ffffffff", | ||
border_disabled: "#eeeeeeff", | ||
border_hover: "#6e6e6eff", | ||
border_brand: "#0000001a", | ||
icon_default: "#1c1c1cff", | ||
icon_weak: "#6e6e6eff", | ||
icon_medium: "#ffffffff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#9e9e9eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#336bff", | ||
text_medium: "#336bff", | ||
text_focus: "#6690ff", | ||
text_hover: "#2650bf", | ||
text_pressed: "#1f4099", | ||
text_data: "#336bff", | ||
background_default: "#336bff", | ||
background_weak: "#eaf0ff", | ||
background_medium: "#adc4ff", | ||
background_strong: "#1f4099", | ||
background_disabled: "#d6e1ff", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#2650bf", | ||
background_data_allocation: "#eaf0ff", | ||
background_data_primary: "#2650bf", | ||
background_data_secondary: "#6690ff", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#adc4ff", | ||
border_focus: "#d6e1ff", | ||
border_hover: "#2650bf", | ||
border_pressed: "#1f4099", | ||
border_data: "#336bff", | ||
icon_default: "#336bff", | ||
icon_medium: "#336bff", | ||
icon_hover: "#2650bf", | ||
icon_pressed: "#1f4099", | ||
icon_brand: "#00c8f5", | ||
text_default: "#336bffff", | ||
text_medium: "#336bffff", | ||
text_focus: "#6690ffff", | ||
text_hover: "#2650bfff", | ||
text_pressed: "#1f4099ff", | ||
text_data: "#336bffff", | ||
background_default: "#336bffff", | ||
background_weak: "#eaf0ffff", | ||
background_medium: "#adc4ffff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#d6e1ffff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#2650bfff", | ||
background_data_allocation: "#eaf0ffff", | ||
background_data_primary: "#2650bfff", | ||
background_data_secondary: "#6690ffff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#adc4ffff", | ||
border_focus: "#d6e1ffff", | ||
border_hover: "#2650bfff", | ||
border_pressed: "#1f4099ff", | ||
border_data: "#336bffff", | ||
icon_default: "#336bffff", | ||
icon_medium: "#336bffff", | ||
icon_hover: "#2650bfff", | ||
icon_pressed: "#1f4099ff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#cc2269", | ||
text_hover: "#ac135a", | ||
text_pressed: "#78013a", | ||
text_brand: "#ff2b83", | ||
background_default: "#cc2269", | ||
background_weak: "#f6e7ee", | ||
background_medium: "#cc2269", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ffaacd", | ||
background_data_primary: "#cc2269", | ||
background_data_secondary: "#ff2b83", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#cc2269", | ||
icon_default: "#cc2269", | ||
icon_hover: "#ac135a", | ||
icon_pressed: "#78013a", | ||
icon_brand: "#ff2b83", | ||
text_default: "#cc2269ff", | ||
text_hover: "#ac135aff", | ||
text_pressed: "#78013aff", | ||
text_brand: "#ff2b83ff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#f6e7eeff", | ||
background_medium: "#cc2269ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ffaacdff", | ||
background_data_primary: "#cc2269ff", | ||
background_data_secondary: "#ff2b83ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#cc2269ff", | ||
icon_default: "#cc2269ff", | ||
icon_hover: "#ac135aff", | ||
icon_pressed: "#78013aff", | ||
icon_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#41a21a", | ||
text_medium: "#41a21a", | ||
text_hover: "#368716", | ||
background_default: "#41a21a", | ||
background_weak: "#edfae8", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#b9eaa6", | ||
background_brand: "#d2f500", | ||
border_default: "#41a21a", | ||
icon_default: "#41a21a", | ||
icon_focus: "#51cb20", | ||
icon_hover: "#368716", | ||
icon_data: "#41a21a", | ||
icon_brand: "#d2f500", | ||
text_default: "#41a21aff", | ||
text_medium: "#41a21aff", | ||
text_hover: "#368716ff", | ||
background_default: "#41a21aff", | ||
background_weak: "#edfae8ff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#b9eaa6ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#41a21aff", | ||
icon_default: "#41a21aff", | ||
icon_focus: "#51cb20ff", | ||
icon_hover: "#368716ff", | ||
icon_data: "#41a21aff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#614f00", | ||
background_default: "#e6bb00", | ||
background_weak: "#fffdf2", | ||
background_medium: "#fff7d4", | ||
background_strong: "#ffcf00", | ||
border_default: "#e6bb00", | ||
icon_default: "#e6bb00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#614f00ff", | ||
background_default: "#e6bb00ff", | ||
background_weak: "#fffdf2ff", | ||
background_medium: "#fff7d4ff", | ||
background_strong: "#ffcf00ff", | ||
border_default: "#e6bb00ff", | ||
icon_default: "#e6bb00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#cc3929", | ||
text_hover: "#992b1f", | ||
text_pressed: "#661c14", | ||
background_default: "#ff4733", | ||
background_weak: "#ffecea", | ||
background_medium: "#cc3929", | ||
background_hover: "#cc3929", | ||
background_pressed: "#992b1f", | ||
border_default: "#cc3929", | ||
icon_default: "#cc3929", | ||
icon_hover: "#992b1f", | ||
icon_pressed: "#661c14", | ||
text_default: "#cc3929ff", | ||
text_hover: "#992b1fff", | ||
text_pressed: "#661c14ff", | ||
background_default: "#ff4733ff", | ||
background_weak: "#ffeceaff", | ||
background_medium: "#cc3929ff", | ||
background_hover: "#cc3929ff", | ||
background_pressed: "#992b1fff", | ||
border_default: "#cc3929ff", | ||
icon_default: "#cc3929ff", | ||
icon_hover: "#992b1fff", | ||
icon_pressed: "#661c14ff", | ||
}, | ||
accent: { | ||
text_default: "#009087", | ||
background_default: "#00c0b4", | ||
background_weak: "#e5fdfc", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#009087", | ||
icon_brand: "#00f0e1", | ||
text_default: "#009087ff", | ||
background_default: "#00c0b4ff", | ||
background_weak: "#e5fdfcff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#009087ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -152,0 +152,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#1c1c1c", | ||
"text_weak": "#6e6e6e", | ||
"text_medium": "#ffffff", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#9e9e9e", | ||
"background_default": "#ffffff", | ||
"background_weak": "#ffffff", | ||
"background_medium": "#f5f5f5", | ||
"background_strong": "#ffffff", | ||
"background_hover": "#f5f5f5", | ||
"background_disabled": "#eeeeee", | ||
"background_skeleton": "#eeeeee", | ||
"background_active": "#ffffff", | ||
"background_inactive": "#e0e0e0", | ||
"background_select": "#ffffff", | ||
"background_focus": "#1c1c1c", | ||
"background_focus_hover": "#262626", | ||
"background_focus_pressed": "#333333", | ||
"background_badge": "#333333", | ||
"background_data": "#6e6e6e", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#bdbdbd", | ||
"border_weak": "#eeeeee", | ||
"border_medium": "#e0e0e0", | ||
"border_strong": "#f5f5f5", | ||
"border_active": "#1c1c1c", | ||
"border_focus": "#ffffff", | ||
"border_disabled": "#eeeeee", | ||
"border_hover": "#6e6e6e", | ||
"border_brand": "#000000", | ||
"icon_default": "#1c1c1c", | ||
"icon_weak": "#6e6e6e", | ||
"icon_medium": "#ffffff", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#9e9e9e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#1c1c1cff", | ||
"text_weak": "#6e6e6eff", | ||
"text_medium": "#ffffffff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#9e9e9eff", | ||
"background_default": "#ffffffff", | ||
"background_weak": "#ffffffff", | ||
"background_medium": "#f5f5f5ff", | ||
"background_strong": "#ffffffff", | ||
"background_hover": "#f5f5f5ff", | ||
"background_disabled": "#eeeeeeff", | ||
"background_skeleton": "#eeeeeeff", | ||
"background_active": "#ffffffff", | ||
"background_inactive": "#e0e0e0ff", | ||
"background_select": "#ffffffff", | ||
"background_focus": "#1c1c1cff", | ||
"background_focus_hover": "#262626ff", | ||
"background_focus_pressed": "#333333ff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#6e6e6eff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000066", | ||
"border_default": "#bdbdbdff", | ||
"border_weak": "#eeeeeeff", | ||
"border_medium": "#e0e0e0ff", | ||
"border_strong": "#f5f5f5ff", | ||
"border_active": "#1c1c1cff", | ||
"border_focus": "#ffffffff", | ||
"border_disabled": "#eeeeeeff", | ||
"border_hover": "#6e6e6eff", | ||
"border_brand": "#0000001a", | ||
"icon_default": "#1c1c1cff", | ||
"icon_weak": "#6e6e6eff", | ||
"icon_medium": "#ffffffff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#9e9e9eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#336bff", | ||
"text_medium": "#336bff", | ||
"text_focus": "#6690ff", | ||
"text_hover": "#2650bf", | ||
"text_pressed": "#1f4099", | ||
"text_data": "#336bff", | ||
"background_default": "#336bff", | ||
"background_weak": "#eaf0ff", | ||
"background_medium": "#adc4ff", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#d6e1ff", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#2650bf", | ||
"background_data_allocation": "#eaf0ff", | ||
"background_data_primary": "#2650bf", | ||
"background_data_secondary": "#6690ff", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#adc4ff", | ||
"border_focus": "#d6e1ff", | ||
"border_hover": "#2650bf", | ||
"border_pressed": "#1f4099", | ||
"border_data": "#336bff", | ||
"icon_default": "#336bff", | ||
"icon_medium": "#336bff", | ||
"icon_hover": "#2650bf", | ||
"icon_pressed": "#1f4099", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#336bffff", | ||
"text_medium": "#336bffff", | ||
"text_focus": "#6690ffff", | ||
"text_hover": "#2650bfff", | ||
"text_pressed": "#1f4099ff", | ||
"text_data": "#336bffff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#eaf0ffff", | ||
"background_medium": "#adc4ffff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#d6e1ffff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#2650bfff", | ||
"background_data_allocation": "#eaf0ffff", | ||
"background_data_primary": "#2650bfff", | ||
"background_data_secondary": "#6690ffff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#adc4ffff", | ||
"border_focus": "#d6e1ffff", | ||
"border_hover": "#2650bfff", | ||
"border_pressed": "#1f4099ff", | ||
"border_data": "#336bffff", | ||
"icon_default": "#336bffff", | ||
"icon_medium": "#336bffff", | ||
"icon_hover": "#2650bfff", | ||
"icon_pressed": "#1f4099ff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#cc2269", | ||
"text_hover": "#ac135a", | ||
"text_pressed": "#78013a", | ||
"text_brand": "#ff2b83", | ||
"background_default": "#cc2269", | ||
"background_weak": "#f6e7ee", | ||
"background_medium": "#cc2269", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ffaacd", | ||
"background_data_primary": "#cc2269", | ||
"background_data_secondary": "#ff2b83", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#cc2269", | ||
"icon_default": "#cc2269", | ||
"icon_hover": "#ac135a", | ||
"icon_pressed": "#78013a", | ||
"icon_brand": "#ff2b83" | ||
"text_default": "#cc2269ff", | ||
"text_hover": "#ac135aff", | ||
"text_pressed": "#78013aff", | ||
"text_brand": "#ff2b83ff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#f6e7eeff", | ||
"background_medium": "#cc2269ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ffaacdff", | ||
"background_data_primary": "#cc2269ff", | ||
"background_data_secondary": "#ff2b83ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#cc2269ff", | ||
"icon_default": "#cc2269ff", | ||
"icon_hover": "#ac135aff", | ||
"icon_pressed": "#78013aff", | ||
"icon_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#1f4099", | ||
"text_medium": "#41a21a", | ||
"text_hover": "#142b66", | ||
"background_default": "#1f4099", | ||
"background_weak": "#edfae8", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#b9eaa6", | ||
"background_brand": "#d2f500", | ||
"border_default": "#41a21a", | ||
"icon_default": "#41a21a", | ||
"icon_focus": "#51cb20", | ||
"icon_hover": "#368716", | ||
"icon_data": "#41a21a", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#1f4099ff", | ||
"text_medium": "#41a21aff", | ||
"text_hover": "#142b66ff", | ||
"background_default": "#1f4099ff", | ||
"background_weak": "#edfae8ff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#b9eaa6ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#41a21aff", | ||
"icon_default": "#41a21aff", | ||
"icon_focus": "#51cb20ff", | ||
"icon_hover": "#368716ff", | ||
"icon_data": "#41a21aff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#614f00", | ||
"background_default": "#e6bb00", | ||
"background_weak": "#fffdf2", | ||
"background_medium": "#fff7d4", | ||
"background_strong": "#ffcf00", | ||
"icon_default": "#e6bb00", | ||
"border_default": "#e6bb00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#614f00ff", | ||
"background_default": "#e6bb00ff", | ||
"background_weak": "#fffdf2ff", | ||
"background_medium": "#fff7d4ff", | ||
"background_strong": "#ffcf00ff", | ||
"icon_default": "#e6bb00ff", | ||
"border_default": "#e6bb00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#cc3929", | ||
"text_hover": "#992b1f", | ||
"text_pressed": "#661c14", | ||
"background_default": "#cc3929", | ||
"background_weak": "#ffecea", | ||
"background_medium": "#cc3929", | ||
"background_hover": "#992b1f", | ||
"background_pressed": "#661c14", | ||
"border_default": "#cc3929", | ||
"icon_default": "#cc3929", | ||
"icon_hover": "#992b1f", | ||
"icon_pressed": "#661c14" | ||
"text_default": "#cc3929ff", | ||
"text_hover": "#992b1fff", | ||
"text_pressed": "#661c14ff", | ||
"background_default": "#cc3929ff", | ||
"background_weak": "#ffeceaff", | ||
"background_medium": "#cc3929ff", | ||
"background_hover": "#992b1fff", | ||
"background_pressed": "#661c14ff", | ||
"border_default": "#cc3929ff", | ||
"icon_default": "#cc3929ff", | ||
"icon_hover": "#992b1fff", | ||
"icon_pressed": "#661c14ff" | ||
}, | ||
"accent": { | ||
"text_default": "#009087", | ||
"background_default": "#00c0b4", | ||
"background_weak": "#e5fdfc", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#009087", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#009087ff", | ||
"background_default": "#00c0b4ff", | ||
"background_weak": "#e5fdfcff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#009087ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#ffffff", | ||
"text_weak": "#bdbdbd", | ||
"text_medium": "#1c1c1c", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#6e6e6e", | ||
"background_default": "#1c1c1c", | ||
"background_weak": "#121212", | ||
"background_medium": "#262626", | ||
"background_strong": "#333333", | ||
"background_hover": "#333333", | ||
"background_disabled": "#333333", | ||
"background_skeleton": "#333333", | ||
"background_active": "#262626", | ||
"background_inactive": "#333333", | ||
"background_select": "#6e6e6e", | ||
"background_focus": "#ffffff", | ||
"background_focus_hover": "#f5f5f5", | ||
"background_focus_pressed": "#eeeeee", | ||
"background_badge": "#333333", | ||
"background_data": "#bdbdbd", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#6e6e6e", | ||
"border_weak": "#333333", | ||
"border_medium": "#333333", | ||
"border_strong": "#000000", | ||
"border_active": "#ffffff", | ||
"border_focus": "#1c1c1c", | ||
"border_disabled": "#333333", | ||
"border_hover": "#bdbdbd", | ||
"border_brand": "#ffffff", | ||
"icon_default": "#ffffff", | ||
"icon_weak": "#bdbdbd", | ||
"icon_medium": "#1c1c1c", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#6e6e6e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#ffffffff", | ||
"text_weak": "#bdbdbdff", | ||
"text_medium": "#1c1c1cff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#6e6e6eff", | ||
"background_default": "#1c1c1cff", | ||
"background_weak": "#121212ff", | ||
"background_medium": "#262626ff", | ||
"background_strong": "#333333ff", | ||
"background_hover": "#33333380", | ||
"background_disabled": "#333333ff", | ||
"background_skeleton": "#333333ff", | ||
"background_active": "#262626ff", | ||
"background_inactive": "#333333ff", | ||
"background_select": "#6e6e6eff", | ||
"background_focus": "#ffffffff", | ||
"background_focus_hover": "#f5f5f5ff", | ||
"background_focus_pressed": "#eeeeeeff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#bdbdbdff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000099", | ||
"border_default": "#6e6e6eff", | ||
"border_weak": "#333333ff", | ||
"border_medium": "#333333ff", | ||
"border_strong": "#000000ff", | ||
"border_active": "#ffffffff", | ||
"border_focus": "#1c1c1cff", | ||
"border_disabled": "#333333ff", | ||
"border_hover": "#bdbdbdff", | ||
"border_brand": "#ffffff26", | ||
"icon_default": "#ffffffff", | ||
"icon_weak": "#bdbdbdff", | ||
"icon_medium": "#1c1c1cff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#6e6e6eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#6690ff", | ||
"text_medium": "#ffffff", | ||
"text_focus": "#336bff", | ||
"text_hover": "#adc4ff", | ||
"text_pressed": "#d6e1ff", | ||
"text_data": "#00f0e1", | ||
"background_default": "#336bff", | ||
"background_weak": "#142b66", | ||
"background_medium": "#1f4099", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#1f4099", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#00c0b4", | ||
"background_data_allocation": "#1f4099", | ||
"background_data_primary": "#6690ff", | ||
"background_data_secondary": "#2650bf", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#0a1533", | ||
"border_focus": "#2650bf", | ||
"border_hover": "#adc4ff", | ||
"border_pressed": "#d6e1ff", | ||
"border_data": "#00f0e1", | ||
"icon_default": "#6690ff", | ||
"icon_medium": "#ffffff", | ||
"icon_hover": "#adc4ff", | ||
"icon_pressed": "#d6e1ff", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#6690ffff", | ||
"text_medium": "#ffffffff", | ||
"text_focus": "#336bffff", | ||
"text_hover": "#adc4ffff", | ||
"text_pressed": "#d6e1ffff", | ||
"text_data": "#00f0e1ff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#142b66ff", | ||
"background_medium": "#1f4099ff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#1f4099ff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#00c0b4ff", | ||
"background_data_allocation": "#1f4099ff", | ||
"background_data_primary": "#6690ffff", | ||
"background_data_secondary": "#2650bfff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#0a1533ff", | ||
"border_focus": "#2650bfff", | ||
"border_hover": "#adc4ffff", | ||
"border_pressed": "#d6e1ffff", | ||
"border_data": "#00f0e1ff", | ||
"icon_default": "#6690ffff", | ||
"icon_medium": "#ffffffff", | ||
"icon_hover": "#adc4ffff", | ||
"icon_pressed": "#d6e1ffff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#ff2b83", | ||
"text_hover": "#ff6aa8", | ||
"text_pressed": "#ffaacd", | ||
"background_default": "#cc2269", | ||
"background_weak": "#590f2e", | ||
"background_medium": "#ff2b83", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ac135a", | ||
"background_data_primary": "#ff2b83", | ||
"background_data_secondary": "#cc2269", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#ff2b83", | ||
"icon_default": "#ff2b83", | ||
"icon_hover": "#ff6aa8", | ||
"icon_pressed": "#ffaacd", | ||
"icon_brand": "#ff2b83", | ||
"text_brand": "#ff2b83" | ||
"text_default": "#ff2b83ff", | ||
"text_hover": "#ff6aa8ff", | ||
"text_pressed": "#ffaacdff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#590f2eff", | ||
"background_medium": "#ff2b83ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ac135aff", | ||
"background_data_primary": "#ff2b83ff", | ||
"background_data_secondary": "#cc2269ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#ff2b83ff", | ||
"icon_default": "#ff2b83ff", | ||
"icon_hover": "#ff6aa8ff", | ||
"icon_pressed": "#ffaacdff", | ||
"icon_brand": "#ff2b83ff", | ||
"text_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#51cb20", | ||
"text_medium": "#d2f500", | ||
"text_hover": "#85da62", | ||
"background_default": "#51cb20", | ||
"background_weak": "#20510d", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#317a13", | ||
"background_brand": "#d2f500", | ||
"border_default": "#51cb20", | ||
"icon_default": "#51cb20", | ||
"icon_focus": "#41a21a", | ||
"icon_hover": "#85da62", | ||
"icon_data": "#336bff", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#51cb20ff", | ||
"text_medium": "#d2f500ff", | ||
"text_hover": "#85da62ff", | ||
"background_default": "#51cb20ff", | ||
"background_weak": "#20510dff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#317a13ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#51cb20ff", | ||
"icon_default": "#51cb20ff", | ||
"icon_focus": "#41a21aff", | ||
"icon_hover": "#85da62ff", | ||
"icon_data": "#336bffff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#ffcf00", | ||
"background_default": "#ffcf00", | ||
"background_weak": "#614f00", | ||
"background_medium": "#332900", | ||
"background_strong": "#ffcf00", | ||
"icon_default": "#ffcf00", | ||
"border_default": "#ffcf00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#ffcf00ff", | ||
"background_default": "#ffcf00ff", | ||
"background_weak": "#614f00ff", | ||
"background_medium": "#332900ff", | ||
"background_strong": "#ffcf00ff", | ||
"icon_default": "#ffcf00ff", | ||
"border_default": "#ffcf00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#ff4733", | ||
"background_default": "#ff4733", | ||
"text_hover": "#ff7e70", | ||
"text_pressed": "#ffa399", | ||
"background_weak": "#661c14", | ||
"background_medium": "#ff4733", | ||
"background_hover": "#cc3929", | ||
"background_pressed": "#992b1f", | ||
"border_default": "#ff4733", | ||
"icon_default": "#ff4733", | ||
"icon_hover": "#ff7e70", | ||
"icon_pressed": "#ffa399" | ||
"text_default": "#ff4733ff", | ||
"background_default": "#ff4733ff", | ||
"text_hover": "#ff7e70ff", | ||
"text_pressed": "#ffa399ff", | ||
"background_weak": "#661c14ff", | ||
"background_medium": "#ff4733ff", | ||
"background_hover": "#cc3929ff", | ||
"background_pressed": "#992b1fff", | ||
"border_default": "#ff4733ff", | ||
"icon_default": "#ff4733ff", | ||
"icon_hover": "#ff7e70ff", | ||
"icon_pressed": "#ffa399ff" | ||
}, | ||
"accent": { | ||
"text_default": "#00f0e1", | ||
"background_default": "#00f0e1", | ||
"background_weak": "#004844", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#00f0e1", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#00f0e1ff", | ||
"background_default": "#00f0e1ff", | ||
"background_weak": "#004844ff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#00f0e1ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#1c1c1c", | ||
"text_weak": "#6e6e6e", | ||
"text_medium": "#ffffff", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#9e9e9e", | ||
"background_default": "#ffffff", | ||
"background_weak": "#ffffff", | ||
"background_medium": "#f5f5f5", | ||
"background_strong": "#f5f5f5", | ||
"background_hover": "#f5f5f5", | ||
"background_disabled": "#eeeeee", | ||
"background_skeleton": "#eeeeee", | ||
"background_active": "#ffffff", | ||
"background_inactive": "#e0e0e0", | ||
"background_select": "#ffffff", | ||
"background_focus": "#1c1c1c", | ||
"background_focus_hover": "#262626", | ||
"background_focus_pressed": "#333333", | ||
"background_badge": "#333333", | ||
"background_data": "#6e6e6e", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#bdbdbd", | ||
"border_weak": "#eeeeee", | ||
"border_medium": "#e0e0e0", | ||
"border_strong": "#f5f5f5", | ||
"border_active": "#1c1c1c", | ||
"border_focus": "#ffffff", | ||
"border_disabled": "#eeeeee", | ||
"border_hover": "#6e6e6e", | ||
"border_brand": "#000000", | ||
"icon_default": "#1c1c1c", | ||
"icon_weak": "#6e6e6e", | ||
"icon_medium": "#ffffff", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#9e9e9e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#1c1c1cff", | ||
"text_weak": "#6e6e6eff", | ||
"text_medium": "#ffffffff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#9e9e9eff", | ||
"background_default": "#ffffffff", | ||
"background_weak": "#ffffffff", | ||
"background_medium": "#f5f5f5ff", | ||
"background_strong": "#f5f5f5ff", | ||
"background_hover": "#f5f5f5ff", | ||
"background_disabled": "#eeeeeeff", | ||
"background_skeleton": "#eeeeeeff", | ||
"background_active": "#ffffffff", | ||
"background_inactive": "#e0e0e0ff", | ||
"background_select": "#ffffffff", | ||
"background_focus": "#1c1c1cff", | ||
"background_focus_hover": "#262626ff", | ||
"background_focus_pressed": "#333333ff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#6e6e6eff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000066", | ||
"border_default": "#bdbdbdff", | ||
"border_weak": "#eeeeeeff", | ||
"border_medium": "#e0e0e0ff", | ||
"border_strong": "#f5f5f5ff", | ||
"border_active": "#1c1c1cff", | ||
"border_focus": "#ffffffff", | ||
"border_disabled": "#eeeeeeff", | ||
"border_hover": "#6e6e6eff", | ||
"border_brand": "#0000001a", | ||
"icon_default": "#1c1c1cff", | ||
"icon_weak": "#6e6e6eff", | ||
"icon_medium": "#ffffffff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#9e9e9eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#336bff", | ||
"text_medium": "#336bff", | ||
"text_focus": "#6690ff", | ||
"text_hover": "#2650bf", | ||
"text_pressed": "#1f4099", | ||
"text_data": "#336bff", | ||
"background_default": "#336bff", | ||
"background_weak": "#eaf0ff", | ||
"background_medium": "#adc4ff", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#d6e1ff", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#2650bf", | ||
"background_data_allocation": "#eaf0ff", | ||
"background_data_primary": "#2650bf", | ||
"background_data_secondary": "#6690ff", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#adc4ff", | ||
"border_focus": "#d6e1ff", | ||
"border_hover": "#2650bf", | ||
"border_pressed": "#1f4099", | ||
"border_data": "#336bff", | ||
"icon_default": "#336bff", | ||
"icon_medium": "#336bff", | ||
"icon_hover": "#2650bf", | ||
"icon_pressed": "#1f4099", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#336bffff", | ||
"text_medium": "#336bffff", | ||
"text_focus": "#6690ffff", | ||
"text_hover": "#2650bfff", | ||
"text_pressed": "#1f4099ff", | ||
"text_data": "#336bffff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#eaf0ffff", | ||
"background_medium": "#adc4ffff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#d6e1ffff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#2650bfff", | ||
"background_data_allocation": "#eaf0ffff", | ||
"background_data_primary": "#2650bfff", | ||
"background_data_secondary": "#6690ffff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#adc4ffff", | ||
"border_focus": "#d6e1ffff", | ||
"border_hover": "#2650bfff", | ||
"border_pressed": "#1f4099ff", | ||
"border_data": "#336bffff", | ||
"icon_default": "#336bffff", | ||
"icon_medium": "#336bffff", | ||
"icon_hover": "#2650bfff", | ||
"icon_pressed": "#1f4099ff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#cc2269", | ||
"text_hover": "#ac135a", | ||
"text_pressed": "#78013a", | ||
"text_brand": "#ff2b83", | ||
"background_default": "#cc2269", | ||
"background_weak": "#f6e7ee", | ||
"background_medium": "#cc2269", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ffaacd", | ||
"background_data_primary": "#cc2269", | ||
"background_data_secondary": "#ff2b83", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#cc2269", | ||
"icon_default": "#cc2269", | ||
"icon_hover": "#ac135a", | ||
"icon_pressed": "#78013a", | ||
"icon_brand": "#ff2b83" | ||
"text_default": "#cc2269ff", | ||
"text_hover": "#ac135aff", | ||
"text_pressed": "#78013aff", | ||
"text_brand": "#ff2b83ff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#f6e7eeff", | ||
"background_medium": "#cc2269ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ffaacdff", | ||
"background_data_primary": "#cc2269ff", | ||
"background_data_secondary": "#ff2b83ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#cc2269ff", | ||
"icon_default": "#cc2269ff", | ||
"icon_hover": "#ac135aff", | ||
"icon_pressed": "#78013aff", | ||
"icon_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#41a21a", | ||
"text_medium": "#41a21a", | ||
"text_hover": "#368716", | ||
"background_default": "#41a21a", | ||
"background_weak": "#edfae8", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#b9eaa6", | ||
"background_brand": "#d2f500", | ||
"border_default": "#41a21a", | ||
"icon_default": "#41a21a", | ||
"icon_focus": "#51cb20", | ||
"icon_hover": "#368716", | ||
"icon_data": "#41a21a", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#41a21aff", | ||
"text_medium": "#41a21aff", | ||
"text_hover": "#368716ff", | ||
"background_default": "#41a21aff", | ||
"background_weak": "#edfae8ff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#b9eaa6ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#41a21aff", | ||
"icon_default": "#41a21aff", | ||
"icon_focus": "#51cb20ff", | ||
"icon_hover": "#368716ff", | ||
"icon_data": "#41a21aff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#614f00", | ||
"background_default": "#e6bb00", | ||
"background_weak": "#fffdf2", | ||
"background_medium": "#fff7d4", | ||
"background_strong": "#ffcf00", | ||
"border_default": "#e6bb00", | ||
"icon_default": "#e6bb00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#614f00ff", | ||
"background_default": "#e6bb00ff", | ||
"background_weak": "#fffdf2ff", | ||
"background_medium": "#fff7d4ff", | ||
"background_strong": "#ffcf00ff", | ||
"border_default": "#e6bb00ff", | ||
"icon_default": "#e6bb00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#cc3929", | ||
"text_hover": "#992b1f", | ||
"text_pressed": "#661c14", | ||
"background_default": "#ff4733", | ||
"background_weak": "#ffecea", | ||
"background_medium": "#cc3929", | ||
"background_hover": "#cc3929", | ||
"background_pressed": "#992b1f", | ||
"border_default": "#cc3929", | ||
"icon_default": "#cc3929", | ||
"icon_hover": "#992b1f", | ||
"icon_pressed": "#661c14" | ||
"text_default": "#cc3929ff", | ||
"text_hover": "#992b1fff", | ||
"text_pressed": "#661c14ff", | ||
"background_default": "#ff4733ff", | ||
"background_weak": "#ffeceaff", | ||
"background_medium": "#cc3929ff", | ||
"background_hover": "#cc3929ff", | ||
"background_pressed": "#992b1fff", | ||
"border_default": "#cc3929ff", | ||
"icon_default": "#cc3929ff", | ||
"icon_hover": "#992b1fff", | ||
"icon_pressed": "#661c14ff" | ||
}, | ||
"accent": { | ||
"text_default": "#009087", | ||
"background_default": "#00c0b4", | ||
"background_weak": "#e5fdfc", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#009087", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#009087ff", | ||
"background_default": "#00c0b4ff", | ||
"background_weak": "#e5fdfcff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#009087ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
export const theme = { | ||
color: { | ||
neutral: { | ||
text_default: "#1c1c1c", | ||
text_weak: "#6e6e6e", | ||
text_medium: "#ffffff", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#9e9e9e", | ||
background_default: "#ffffff", | ||
background_weak: "#ffffff", | ||
background_medium: "#f5f5f5", | ||
background_strong: "#ffffff", | ||
background_hover: "#f5f5f5", | ||
background_disabled: "#eeeeee", | ||
background_skeleton: "#eeeeee", | ||
background_active: "#ffffff", | ||
background_inactive: "#e0e0e0", | ||
background_select: "#ffffff", | ||
background_focus: "#1c1c1c", | ||
background_focus_hover: "#262626", | ||
background_focus_pressed: "#333333", | ||
background_badge: "#333333", | ||
background_data: "#6e6e6e", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#bdbdbd", | ||
border_weak: "#eeeeee", | ||
border_medium: "#e0e0e0", | ||
border_strong: "#f5f5f5", | ||
border_active: "#1c1c1c", | ||
border_focus: "#ffffff", | ||
border_disabled: "#eeeeee", | ||
border_hover: "#6e6e6e", | ||
border_brand: "#000000", | ||
icon_default: "#1c1c1c", | ||
icon_weak: "#6e6e6e", | ||
icon_medium: "#ffffff", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#9e9e9e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#1c1c1cff", | ||
text_weak: "#6e6e6eff", | ||
text_medium: "#ffffffff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#9e9e9eff", | ||
background_default: "#ffffffff", | ||
background_weak: "#ffffffff", | ||
background_medium: "#f5f5f5ff", | ||
background_strong: "#ffffffff", | ||
background_hover: "#f5f5f5ff", | ||
background_disabled: "#eeeeeeff", | ||
background_skeleton: "#eeeeeeff", | ||
background_active: "#ffffffff", | ||
background_inactive: "#e0e0e0ff", | ||
background_select: "#ffffffff", | ||
background_focus: "#1c1c1cff", | ||
background_focus_hover: "#262626ff", | ||
background_focus_pressed: "#333333ff", | ||
background_badge: "#333333ff", | ||
background_data: "#6e6e6eff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000066", | ||
border_default: "#bdbdbdff", | ||
border_weak: "#eeeeeeff", | ||
border_medium: "#e0e0e0ff", | ||
border_strong: "#f5f5f5ff", | ||
border_active: "#1c1c1cff", | ||
border_focus: "#ffffffff", | ||
border_disabled: "#eeeeeeff", | ||
border_hover: "#6e6e6eff", | ||
border_brand: "#0000001a", | ||
icon_default: "#1c1c1cff", | ||
icon_weak: "#6e6e6eff", | ||
icon_medium: "#ffffffff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#9e9e9eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#336bff", | ||
text_medium: "#336bff", | ||
text_focus: "#6690ff", | ||
text_hover: "#2650bf", | ||
text_pressed: "#1f4099", | ||
text_data: "#336bff", | ||
background_default: "#336bff", | ||
background_weak: "#eaf0ff", | ||
background_medium: "#adc4ff", | ||
background_strong: "#1f4099", | ||
background_disabled: "#d6e1ff", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#2650bf", | ||
background_data_allocation: "#eaf0ff", | ||
background_data_primary: "#2650bf", | ||
background_data_secondary: "#6690ff", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#adc4ff", | ||
border_focus: "#d6e1ff", | ||
border_hover: "#2650bf", | ||
border_pressed: "#1f4099", | ||
border_data: "#336bff", | ||
icon_default: "#336bff", | ||
icon_medium: "#336bff", | ||
icon_hover: "#2650bf", | ||
icon_pressed: "#1f4099", | ||
icon_brand: "#00c8f5", | ||
text_default: "#336bffff", | ||
text_medium: "#336bffff", | ||
text_focus: "#6690ffff", | ||
text_hover: "#2650bfff", | ||
text_pressed: "#1f4099ff", | ||
text_data: "#336bffff", | ||
background_default: "#336bffff", | ||
background_weak: "#eaf0ffff", | ||
background_medium: "#adc4ffff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#d6e1ffff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#2650bfff", | ||
background_data_allocation: "#eaf0ffff", | ||
background_data_primary: "#2650bfff", | ||
background_data_secondary: "#6690ffff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#adc4ffff", | ||
border_focus: "#d6e1ffff", | ||
border_hover: "#2650bfff", | ||
border_pressed: "#1f4099ff", | ||
border_data: "#336bffff", | ||
icon_default: "#336bffff", | ||
icon_medium: "#336bffff", | ||
icon_hover: "#2650bfff", | ||
icon_pressed: "#1f4099ff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#cc2269", | ||
text_hover: "#ac135a", | ||
text_pressed: "#78013a", | ||
text_brand: "#ff2b83", | ||
background_default: "#cc2269", | ||
background_weak: "#f6e7ee", | ||
background_medium: "#cc2269", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ffaacd", | ||
background_data_primary: "#cc2269", | ||
background_data_secondary: "#ff2b83", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#cc2269", | ||
icon_default: "#cc2269", | ||
icon_hover: "#ac135a", | ||
icon_pressed: "#78013a", | ||
icon_brand: "#ff2b83", | ||
text_default: "#cc2269ff", | ||
text_hover: "#ac135aff", | ||
text_pressed: "#78013aff", | ||
text_brand: "#ff2b83ff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#f6e7eeff", | ||
background_medium: "#cc2269ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ffaacdff", | ||
background_data_primary: "#cc2269ff", | ||
background_data_secondary: "#ff2b83ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#cc2269ff", | ||
icon_default: "#cc2269ff", | ||
icon_hover: "#ac135aff", | ||
icon_pressed: "#78013aff", | ||
icon_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#1f4099", | ||
text_medium: "#41a21a", | ||
text_hover: "#142b66", | ||
background_default: "#1f4099", | ||
background_weak: "#edfae8", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#b9eaa6", | ||
background_brand: "#d2f500", | ||
border_default: "#41a21a", | ||
icon_default: "#41a21a", | ||
icon_focus: "#51cb20", | ||
icon_hover: "#368716", | ||
icon_data: "#41a21a", | ||
icon_brand: "#d2f500", | ||
text_default: "#1f4099ff", | ||
text_medium: "#41a21aff", | ||
text_hover: "#142b66ff", | ||
background_default: "#1f4099ff", | ||
background_weak: "#edfae8ff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#b9eaa6ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#41a21aff", | ||
icon_default: "#41a21aff", | ||
icon_focus: "#51cb20ff", | ||
icon_hover: "#368716ff", | ||
icon_data: "#41a21aff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#614f00", | ||
background_default: "#e6bb00", | ||
background_weak: "#fffdf2", | ||
background_medium: "#fff7d4", | ||
background_strong: "#ffcf00", | ||
icon_default: "#e6bb00", | ||
border_default: "#e6bb00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#614f00ff", | ||
background_default: "#e6bb00ff", | ||
background_weak: "#fffdf2ff", | ||
background_medium: "#fff7d4ff", | ||
background_strong: "#ffcf00ff", | ||
icon_default: "#e6bb00ff", | ||
border_default: "#e6bb00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#cc3929", | ||
text_hover: "#992b1f", | ||
text_pressed: "#661c14", | ||
background_default: "#cc3929", | ||
background_weak: "#ffecea", | ||
background_medium: "#cc3929", | ||
background_hover: "#992b1f", | ||
background_pressed: "#661c14", | ||
border_default: "#cc3929", | ||
icon_default: "#cc3929", | ||
icon_hover: "#992b1f", | ||
icon_pressed: "#661c14", | ||
text_default: "#cc3929ff", | ||
text_hover: "#992b1fff", | ||
text_pressed: "#661c14ff", | ||
background_default: "#cc3929ff", | ||
background_weak: "#ffeceaff", | ||
background_medium: "#cc3929ff", | ||
background_hover: "#992b1fff", | ||
background_pressed: "#661c14ff", | ||
border_default: "#cc3929ff", | ||
icon_default: "#cc3929ff", | ||
icon_hover: "#992b1fff", | ||
icon_pressed: "#661c14ff", | ||
}, | ||
accent: { | ||
text_default: "#009087", | ||
background_default: "#00c0b4", | ||
background_weak: "#e5fdfc", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#009087", | ||
icon_brand: "#00f0e1", | ||
text_default: "#009087ff", | ||
background_default: "#00c0b4ff", | ||
background_weak: "#e5fdfcff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#009087ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -148,0 +148,0 @@ }, |
export const theme = { | ||
color: { | ||
neutral: { | ||
text_default: "#ffffff", | ||
text_weak: "#bdbdbd", | ||
text_medium: "#1c1c1c", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#6e6e6e", | ||
background_default: "#1c1c1c", | ||
background_weak: "#121212", | ||
background_medium: "#262626", | ||
background_strong: "#333333", | ||
background_hover: "#333333", | ||
background_disabled: "#333333", | ||
background_skeleton: "#333333", | ||
background_active: "#262626", | ||
background_inactive: "#333333", | ||
background_select: "#6e6e6e", | ||
background_focus: "#ffffff", | ||
background_focus_hover: "#f5f5f5", | ||
background_focus_pressed: "#eeeeee", | ||
background_badge: "#333333", | ||
background_data: "#bdbdbd", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#6e6e6e", | ||
border_weak: "#333333", | ||
border_medium: "#333333", | ||
border_strong: "#000000", | ||
border_active: "#ffffff", | ||
border_focus: "#1c1c1c", | ||
border_disabled: "#333333", | ||
border_hover: "#bdbdbd", | ||
border_brand: "#ffffff", | ||
icon_default: "#ffffff", | ||
icon_weak: "#bdbdbd", | ||
icon_medium: "#1c1c1c", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#6e6e6e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#ffffffff", | ||
text_weak: "#bdbdbdff", | ||
text_medium: "#1c1c1cff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#6e6e6eff", | ||
background_default: "#1c1c1cff", | ||
background_weak: "#121212ff", | ||
background_medium: "#262626ff", | ||
background_strong: "#333333ff", | ||
background_hover: "#33333380", | ||
background_disabled: "#333333ff", | ||
background_skeleton: "#333333ff", | ||
background_active: "#262626ff", | ||
background_inactive: "#333333ff", | ||
background_select: "#6e6e6eff", | ||
background_focus: "#ffffffff", | ||
background_focus_hover: "#f5f5f5ff", | ||
background_focus_pressed: "#eeeeeeff", | ||
background_badge: "#333333ff", | ||
background_data: "#bdbdbdff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000099", | ||
border_default: "#6e6e6eff", | ||
border_weak: "#333333ff", | ||
border_medium: "#333333ff", | ||
border_strong: "#000000ff", | ||
border_active: "#ffffffff", | ||
border_focus: "#1c1c1cff", | ||
border_disabled: "#333333ff", | ||
border_hover: "#bdbdbdff", | ||
border_brand: "#ffffff26", | ||
icon_default: "#ffffffff", | ||
icon_weak: "#bdbdbdff", | ||
icon_medium: "#1c1c1cff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#6e6e6eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#6690ff", | ||
text_medium: "#ffffff", | ||
text_focus: "#336bff", | ||
text_hover: "#adc4ff", | ||
text_pressed: "#d6e1ff", | ||
text_data: "#00f0e1", | ||
background_default: "#336bff", | ||
background_weak: "#142b66", | ||
background_medium: "#1f4099", | ||
background_strong: "#1f4099", | ||
background_disabled: "#1f4099", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#00c0b4", | ||
background_data_allocation: "#1f4099", | ||
background_data_primary: "#6690ff", | ||
background_data_secondary: "#2650bf", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#0a1533", | ||
border_focus: "#2650bf", | ||
border_hover: "#adc4ff", | ||
border_pressed: "#d6e1ff", | ||
border_data: "#00f0e1", | ||
icon_default: "#6690ff", | ||
icon_medium: "#ffffff", | ||
icon_hover: "#adc4ff", | ||
icon_pressed: "#d6e1ff", | ||
icon_brand: "#00c8f5", | ||
text_default: "#6690ffff", | ||
text_medium: "#ffffffff", | ||
text_focus: "#336bffff", | ||
text_hover: "#adc4ffff", | ||
text_pressed: "#d6e1ffff", | ||
text_data: "#00f0e1ff", | ||
background_default: "#336bffff", | ||
background_weak: "#142b66ff", | ||
background_medium: "#1f4099ff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#1f4099ff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#00c0b4ff", | ||
background_data_allocation: "#1f4099ff", | ||
background_data_primary: "#6690ffff", | ||
background_data_secondary: "#2650bfff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#0a1533ff", | ||
border_focus: "#2650bfff", | ||
border_hover: "#adc4ffff", | ||
border_pressed: "#d6e1ffff", | ||
border_data: "#00f0e1ff", | ||
icon_default: "#6690ffff", | ||
icon_medium: "#ffffffff", | ||
icon_hover: "#adc4ffff", | ||
icon_pressed: "#d6e1ffff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#ff2b83", | ||
text_hover: "#ff6aa8", | ||
text_pressed: "#ffaacd", | ||
background_default: "#cc2269", | ||
background_weak: "#590f2e", | ||
background_medium: "#ff2b83", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ac135a", | ||
background_data_primary: "#ff2b83", | ||
background_data_secondary: "#cc2269", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#ff2b83", | ||
icon_default: "#ff2b83", | ||
icon_hover: "#ff6aa8", | ||
icon_pressed: "#ffaacd", | ||
icon_brand: "#ff2b83", | ||
text_brand: "#ff2b83", | ||
text_default: "#ff2b83ff", | ||
text_hover: "#ff6aa8ff", | ||
text_pressed: "#ffaacdff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#590f2eff", | ||
background_medium: "#ff2b83ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ac135aff", | ||
background_data_primary: "#ff2b83ff", | ||
background_data_secondary: "#cc2269ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#ff2b83ff", | ||
icon_default: "#ff2b83ff", | ||
icon_hover: "#ff6aa8ff", | ||
icon_pressed: "#ffaacdff", | ||
icon_brand: "#ff2b83ff", | ||
text_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#51cb20", | ||
text_medium: "#d2f500", | ||
text_hover: "#85da62", | ||
background_default: "#51cb20", | ||
background_weak: "#20510d", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#317a13", | ||
background_brand: "#d2f500", | ||
border_default: "#51cb20", | ||
icon_default: "#51cb20", | ||
icon_focus: "#41a21a", | ||
icon_hover: "#85da62", | ||
icon_data: "#336bff", | ||
icon_brand: "#d2f500", | ||
text_default: "#51cb20ff", | ||
text_medium: "#d2f500ff", | ||
text_hover: "#85da62ff", | ||
background_default: "#51cb20ff", | ||
background_weak: "#20510dff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#317a13ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#51cb20ff", | ||
icon_default: "#51cb20ff", | ||
icon_focus: "#41a21aff", | ||
icon_hover: "#85da62ff", | ||
icon_data: "#336bffff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#ffcf00", | ||
background_default: "#ffcf00", | ||
background_weak: "#614f00", | ||
background_medium: "#332900", | ||
background_strong: "#ffcf00", | ||
icon_default: "#ffcf00", | ||
border_default: "#ffcf00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#ffcf00ff", | ||
background_default: "#ffcf00ff", | ||
background_weak: "#614f00ff", | ||
background_medium: "#332900ff", | ||
background_strong: "#ffcf00ff", | ||
icon_default: "#ffcf00ff", | ||
border_default: "#ffcf00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#ff4733", | ||
background_default: "#ff4733", | ||
text_hover: "#ff7e70", | ||
text_pressed: "#ffa399", | ||
background_weak: "#661c14", | ||
background_medium: "#ff4733", | ||
background_hover: "#cc3929", | ||
background_pressed: "#992b1f", | ||
border_default: "#ff4733", | ||
icon_default: "#ff4733", | ||
icon_hover: "#ff7e70", | ||
icon_pressed: "#ffa399", | ||
text_default: "#ff4733ff", | ||
background_default: "#ff4733ff", | ||
text_hover: "#ff7e70ff", | ||
text_pressed: "#ffa399ff", | ||
background_weak: "#661c14ff", | ||
background_medium: "#ff4733ff", | ||
background_hover: "#cc3929ff", | ||
background_pressed: "#992b1fff", | ||
border_default: "#ff4733ff", | ||
icon_default: "#ff4733ff", | ||
icon_hover: "#ff7e70ff", | ||
icon_pressed: "#ffa399ff", | ||
}, | ||
accent: { | ||
text_default: "#00f0e1", | ||
background_default: "#00f0e1", | ||
background_weak: "#004844", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#00f0e1", | ||
icon_brand: "#00f0e1", | ||
text_default: "#00f0e1ff", | ||
background_default: "#00f0e1ff", | ||
background_weak: "#004844ff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#00f0e1ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -148,0 +148,0 @@ }, |
export const theme = { | ||
color: { | ||
neutral: { | ||
text_default: "#1c1c1c", | ||
text_weak: "#6e6e6e", | ||
text_medium: "#ffffff", | ||
text_strong: "#ffffff", | ||
text_focus: "#1c1c1c", | ||
text_disabled: "#9e9e9e", | ||
background_default: "#ffffff", | ||
background_weak: "#ffffff", | ||
background_medium: "#f5f5f5", | ||
background_strong: "#f5f5f5", | ||
background_hover: "#f5f5f5", | ||
background_disabled: "#eeeeee", | ||
background_skeleton: "#eeeeee", | ||
background_active: "#ffffff", | ||
background_inactive: "#e0e0e0", | ||
background_select: "#ffffff", | ||
background_focus: "#1c1c1c", | ||
background_focus_hover: "#262626", | ||
background_focus_pressed: "#333333", | ||
background_badge: "#333333", | ||
background_data: "#6e6e6e", | ||
background_brand_black: "#000000", | ||
background_brand_white: "#ffffff", | ||
background_overlay: "#000000", | ||
border_default: "#bdbdbd", | ||
border_weak: "#eeeeee", | ||
border_medium: "#e0e0e0", | ||
border_strong: "#f5f5f5", | ||
border_active: "#1c1c1c", | ||
border_focus: "#ffffff", | ||
border_disabled: "#eeeeee", | ||
border_hover: "#6e6e6e", | ||
border_brand: "#000000", | ||
icon_default: "#1c1c1c", | ||
icon_weak: "#6e6e6e", | ||
icon_medium: "#ffffff", | ||
icon_strong: "#ffffff", | ||
icon_disabled: "#9e9e9e", | ||
icon_brand: "#1c1c1c", | ||
text_default: "#1c1c1cff", | ||
text_weak: "#6e6e6eff", | ||
text_medium: "#ffffffff", | ||
text_strong: "#ffffffff", | ||
text_focus: "#1c1c1cff", | ||
text_disabled: "#9e9e9eff", | ||
background_default: "#ffffffff", | ||
background_weak: "#ffffffff", | ||
background_medium: "#f5f5f5ff", | ||
background_strong: "#f5f5f5ff", | ||
background_hover: "#f5f5f5ff", | ||
background_disabled: "#eeeeeeff", | ||
background_skeleton: "#eeeeeeff", | ||
background_active: "#ffffffff", | ||
background_inactive: "#e0e0e0ff", | ||
background_select: "#ffffffff", | ||
background_focus: "#1c1c1cff", | ||
background_focus_hover: "#262626ff", | ||
background_focus_pressed: "#333333ff", | ||
background_badge: "#333333ff", | ||
background_data: "#6e6e6eff", | ||
background_brand_black: "#000000ff", | ||
background_brand_white: "#ffffffff", | ||
background_overlay: "#00000066", | ||
border_default: "#bdbdbdff", | ||
border_weak: "#eeeeeeff", | ||
border_medium: "#e0e0e0ff", | ||
border_strong: "#f5f5f5ff", | ||
border_active: "#1c1c1cff", | ||
border_focus: "#ffffffff", | ||
border_disabled: "#eeeeeeff", | ||
border_hover: "#6e6e6eff", | ||
border_brand: "#0000001a", | ||
icon_default: "#1c1c1cff", | ||
icon_weak: "#6e6e6eff", | ||
icon_medium: "#ffffffff", | ||
icon_strong: "#ffffffff", | ||
icon_disabled: "#9e9e9eff", | ||
icon_brand: "#1c1c1cff", | ||
}, | ||
action: { | ||
text_default: "#336bff", | ||
text_medium: "#336bff", | ||
text_focus: "#6690ff", | ||
text_hover: "#2650bf", | ||
text_pressed: "#1f4099", | ||
text_data: "#336bff", | ||
background_default: "#336bff", | ||
background_weak: "#eaf0ff", | ||
background_medium: "#adc4ff", | ||
background_strong: "#1f4099", | ||
background_disabled: "#d6e1ff", | ||
background_hover: "#2650bf", | ||
background_pressed: "#1f4099", | ||
background_data_risk: "#2650bf", | ||
background_data_allocation: "#eaf0ff", | ||
background_data_primary: "#2650bf", | ||
background_data_secondary: "#6690ff", | ||
background_brand: "#00c8f5", | ||
border_default: "#336bff", | ||
border_weak: "#adc4ff", | ||
border_focus: "#d6e1ff", | ||
border_hover: "#2650bf", | ||
border_pressed: "#1f4099", | ||
border_data: "#336bff", | ||
icon_default: "#336bff", | ||
icon_medium: "#336bff", | ||
icon_hover: "#2650bf", | ||
icon_pressed: "#1f4099", | ||
icon_brand: "#00c8f5", | ||
text_default: "#336bffff", | ||
text_medium: "#336bffff", | ||
text_focus: "#6690ffff", | ||
text_hover: "#2650bfff", | ||
text_pressed: "#1f4099ff", | ||
text_data: "#336bffff", | ||
background_default: "#336bffff", | ||
background_weak: "#eaf0ffff", | ||
background_medium: "#adc4ffff", | ||
background_strong: "#1f4099ff", | ||
background_disabled: "#d6e1ffff", | ||
background_hover: "#2650bfff", | ||
background_pressed: "#1f4099ff", | ||
background_data_risk: "#2650bfff", | ||
background_data_allocation: "#eaf0ffff", | ||
background_data_primary: "#2650bfff", | ||
background_data_secondary: "#6690ffff", | ||
background_brand: "#00c8f5ff", | ||
border_default: "#336bffff", | ||
border_weak: "#adc4ffff", | ||
border_focus: "#d6e1ffff", | ||
border_hover: "#2650bfff", | ||
border_pressed: "#1f4099ff", | ||
border_data: "#336bffff", | ||
icon_default: "#336bffff", | ||
icon_medium: "#336bffff", | ||
icon_hover: "#2650bfff", | ||
icon_pressed: "#1f4099ff", | ||
icon_brand: "#00c8f5ff", | ||
}, | ||
negative: { | ||
text_default: "#cc2269", | ||
text_hover: "#ac135a", | ||
text_pressed: "#78013a", | ||
text_brand: "#ff2b83", | ||
background_default: "#cc2269", | ||
background_weak: "#f6e7ee", | ||
background_medium: "#cc2269", | ||
background_strong: "#ac135a", | ||
background_data_graph: "#ffaacd", | ||
background_data_primary: "#cc2269", | ||
background_data_secondary: "#ff2b83", | ||
background_hover: "#ac135a", | ||
background_pressed: "#78013a", | ||
background_brand: "#ff2b83", | ||
border_default: "#cc2269", | ||
icon_default: "#cc2269", | ||
icon_hover: "#ac135a", | ||
icon_pressed: "#78013a", | ||
icon_brand: "#ff2b83", | ||
text_default: "#cc2269ff", | ||
text_hover: "#ac135aff", | ||
text_pressed: "#78013aff", | ||
text_brand: "#ff2b83ff", | ||
background_default: "#cc2269ff", | ||
background_weak: "#f6e7eeff", | ||
background_medium: "#cc2269ff", | ||
background_strong: "#ac135aff", | ||
background_data_graph: "#ffaacdff", | ||
background_data_primary: "#cc2269ff", | ||
background_data_secondary: "#ff2b83ff", | ||
background_hover: "#ac135aff", | ||
background_pressed: "#78013aff", | ||
background_brand: "#ff2b83ff", | ||
border_default: "#cc2269ff", | ||
icon_default: "#cc2269ff", | ||
icon_hover: "#ac135aff", | ||
icon_pressed: "#78013aff", | ||
icon_brand: "#ff2b83ff", | ||
}, | ||
positive: { | ||
text_default: "#41a21a", | ||
text_medium: "#41a21a", | ||
text_hover: "#368716", | ||
background_default: "#41a21a", | ||
background_weak: "#edfae8", | ||
background_medium: "#85da62", | ||
background_strong: "#41a21a", | ||
background_data: "#b9eaa6", | ||
background_brand: "#d2f500", | ||
border_default: "#41a21a", | ||
icon_default: "#41a21a", | ||
icon_focus: "#51cb20", | ||
icon_hover: "#368716", | ||
icon_data: "#41a21a", | ||
icon_brand: "#d2f500", | ||
text_default: "#41a21aff", | ||
text_medium: "#41a21aff", | ||
text_hover: "#368716ff", | ||
background_default: "#41a21aff", | ||
background_weak: "#edfae8ff", | ||
background_medium: "#85da62ff", | ||
background_strong: "#41a21aff", | ||
background_data: "#b9eaa6ff", | ||
background_brand: "#d2f500ff", | ||
border_default: "#41a21aff", | ||
icon_default: "#41a21aff", | ||
icon_focus: "#51cb20ff", | ||
icon_hover: "#368716ff", | ||
icon_data: "#41a21aff", | ||
icon_brand: "#d2f500ff", | ||
}, | ||
warning: { | ||
text_default: "#614f00", | ||
background_default: "#e6bb00", | ||
background_weak: "#fffdf2", | ||
background_medium: "#fff7d4", | ||
background_strong: "#ffcf00", | ||
border_default: "#e6bb00", | ||
icon_default: "#e6bb00", | ||
icon_strong: "#ffcf00", | ||
text_default: "#614f00ff", | ||
background_default: "#e6bb00ff", | ||
background_weak: "#fffdf2ff", | ||
background_medium: "#fff7d4ff", | ||
background_strong: "#ffcf00ff", | ||
border_default: "#e6bb00ff", | ||
icon_default: "#e6bb00ff", | ||
icon_strong: "#ffcf00ff", | ||
}, | ||
error: { | ||
text_default: "#cc3929", | ||
text_hover: "#992b1f", | ||
text_pressed: "#661c14", | ||
background_default: "#ff4733", | ||
background_weak: "#ffecea", | ||
background_medium: "#cc3929", | ||
background_hover: "#cc3929", | ||
background_pressed: "#992b1f", | ||
border_default: "#cc3929", | ||
icon_default: "#cc3929", | ||
icon_hover: "#992b1f", | ||
icon_pressed: "#661c14", | ||
text_default: "#cc3929ff", | ||
text_hover: "#992b1fff", | ||
text_pressed: "#661c14ff", | ||
background_default: "#ff4733ff", | ||
background_weak: "#ffeceaff", | ||
background_medium: "#cc3929ff", | ||
background_hover: "#cc3929ff", | ||
background_pressed: "#992b1fff", | ||
border_default: "#cc3929ff", | ||
icon_default: "#cc3929ff", | ||
icon_hover: "#992b1fff", | ||
icon_pressed: "#661c14ff", | ||
}, | ||
accent: { | ||
text_default: "#009087", | ||
background_default: "#00c0b4", | ||
background_weak: "#e5fdfc", | ||
background_strong: "#00605a", | ||
background_brand: "#00f0e1", | ||
background_brand_hover: "#99f9f3", | ||
background_brand_pressed: "#ccfcf9", | ||
icon_default: "#009087", | ||
icon_brand: "#00f0e1", | ||
text_default: "#009087ff", | ||
background_default: "#00c0b4ff", | ||
background_weak: "#e5fdfcff", | ||
background_strong: "#00605aff", | ||
background_brand: "#00f0e1ff", | ||
background_brand_hover: "#99f9f3ff", | ||
background_brand_pressed: "#ccfcf9ff", | ||
icon_default: "#009087ff", | ||
icon_brand: "#00f0e1ff", | ||
}, | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#1c1c1c", | ||
"text_weak": "#6e6e6e", | ||
"text_medium": "#ffffff", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#9e9e9e", | ||
"background_default": "#ffffff", | ||
"background_weak": "#ffffff", | ||
"background_medium": "#f5f5f5", | ||
"background_strong": "#ffffff", | ||
"background_hover": "#f5f5f5", | ||
"background_disabled": "#eeeeee", | ||
"background_skeleton": "#eeeeee", | ||
"background_active": "#ffffff", | ||
"background_inactive": "#e0e0e0", | ||
"background_select": "#ffffff", | ||
"background_focus": "#1c1c1c", | ||
"background_focus_hover": "#262626", | ||
"background_focus_pressed": "#333333", | ||
"background_badge": "#333333", | ||
"background_data": "#6e6e6e", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#bdbdbd", | ||
"border_weak": "#eeeeee", | ||
"border_medium": "#e0e0e0", | ||
"border_strong": "#f5f5f5", | ||
"border_active": "#1c1c1c", | ||
"border_focus": "#ffffff", | ||
"border_disabled": "#eeeeee", | ||
"border_hover": "#6e6e6e", | ||
"border_brand": "#000000", | ||
"icon_default": "#1c1c1c", | ||
"icon_weak": "#6e6e6e", | ||
"icon_medium": "#ffffff", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#9e9e9e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#1c1c1cff", | ||
"text_weak": "#6e6e6eff", | ||
"text_medium": "#ffffffff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#9e9e9eff", | ||
"background_default": "#ffffffff", | ||
"background_weak": "#ffffffff", | ||
"background_medium": "#f5f5f5ff", | ||
"background_strong": "#ffffffff", | ||
"background_hover": "#f5f5f5ff", | ||
"background_disabled": "#eeeeeeff", | ||
"background_skeleton": "#eeeeeeff", | ||
"background_active": "#ffffffff", | ||
"background_inactive": "#e0e0e0ff", | ||
"background_select": "#ffffffff", | ||
"background_focus": "#1c1c1cff", | ||
"background_focus_hover": "#262626ff", | ||
"background_focus_pressed": "#333333ff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#6e6e6eff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000066", | ||
"border_default": "#bdbdbdff", | ||
"border_weak": "#eeeeeeff", | ||
"border_medium": "#e0e0e0ff", | ||
"border_strong": "#f5f5f5ff", | ||
"border_active": "#1c1c1cff", | ||
"border_focus": "#ffffffff", | ||
"border_disabled": "#eeeeeeff", | ||
"border_hover": "#6e6e6eff", | ||
"border_brand": "#0000001a", | ||
"icon_default": "#1c1c1cff", | ||
"icon_weak": "#6e6e6eff", | ||
"icon_medium": "#ffffffff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#9e9e9eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#336bff", | ||
"text_medium": "#336bff", | ||
"text_focus": "#6690ff", | ||
"text_hover": "#2650bf", | ||
"text_pressed": "#1f4099", | ||
"text_data": "#336bff", | ||
"background_default": "#336bff", | ||
"background_weak": "#eaf0ff", | ||
"background_medium": "#adc4ff", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#d6e1ff", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#2650bf", | ||
"background_data_allocation": "#eaf0ff", | ||
"background_data_primary": "#2650bf", | ||
"background_data_secondary": "#6690ff", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#adc4ff", | ||
"border_focus": "#d6e1ff", | ||
"border_hover": "#2650bf", | ||
"border_pressed": "#1f4099", | ||
"border_data": "#336bff", | ||
"icon_default": "#336bff", | ||
"icon_medium": "#336bff", | ||
"icon_hover": "#2650bf", | ||
"icon_pressed": "#1f4099", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#336bffff", | ||
"text_medium": "#336bffff", | ||
"text_focus": "#6690ffff", | ||
"text_hover": "#2650bfff", | ||
"text_pressed": "#1f4099ff", | ||
"text_data": "#336bffff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#eaf0ffff", | ||
"background_medium": "#adc4ffff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#d6e1ffff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#2650bfff", | ||
"background_data_allocation": "#eaf0ffff", | ||
"background_data_primary": "#2650bfff", | ||
"background_data_secondary": "#6690ffff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#adc4ffff", | ||
"border_focus": "#d6e1ffff", | ||
"border_hover": "#2650bfff", | ||
"border_pressed": "#1f4099ff", | ||
"border_data": "#336bffff", | ||
"icon_default": "#336bffff", | ||
"icon_medium": "#336bffff", | ||
"icon_hover": "#2650bfff", | ||
"icon_pressed": "#1f4099ff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#cc2269", | ||
"text_hover": "#ac135a", | ||
"text_pressed": "#78013a", | ||
"text_brand": "#ff2b83", | ||
"background_default": "#cc2269", | ||
"background_weak": "#f6e7ee", | ||
"background_medium": "#cc2269", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ffaacd", | ||
"background_data_primary": "#cc2269", | ||
"background_data_secondary": "#ff2b83", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#cc2269", | ||
"icon_default": "#cc2269", | ||
"icon_hover": "#ac135a", | ||
"icon_pressed": "#78013a", | ||
"icon_brand": "#ff2b83" | ||
"text_default": "#cc2269ff", | ||
"text_hover": "#ac135aff", | ||
"text_pressed": "#78013aff", | ||
"text_brand": "#ff2b83ff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#f6e7eeff", | ||
"background_medium": "#cc2269ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ffaacdff", | ||
"background_data_primary": "#cc2269ff", | ||
"background_data_secondary": "#ff2b83ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#cc2269ff", | ||
"icon_default": "#cc2269ff", | ||
"icon_hover": "#ac135aff", | ||
"icon_pressed": "#78013aff", | ||
"icon_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#1f4099", | ||
"text_medium": "#41a21a", | ||
"text_hover": "#142b66", | ||
"background_default": "#1f4099", | ||
"background_weak": "#edfae8", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#b9eaa6", | ||
"background_brand": "#d2f500", | ||
"border_default": "#41a21a", | ||
"icon_default": "#41a21a", | ||
"icon_focus": "#51cb20", | ||
"icon_hover": "#368716", | ||
"icon_data": "#41a21a", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#1f4099ff", | ||
"text_medium": "#41a21aff", | ||
"text_hover": "#142b66ff", | ||
"background_default": "#1f4099ff", | ||
"background_weak": "#edfae8ff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#b9eaa6ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#41a21aff", | ||
"icon_default": "#41a21aff", | ||
"icon_focus": "#51cb20ff", | ||
"icon_hover": "#368716ff", | ||
"icon_data": "#41a21aff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#614f00", | ||
"background_default": "#e6bb00", | ||
"background_weak": "#fffdf2", | ||
"background_medium": "#fff7d4", | ||
"background_strong": "#ffcf00", | ||
"icon_default": "#e6bb00", | ||
"border_default": "#e6bb00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#614f00ff", | ||
"background_default": "#e6bb00ff", | ||
"background_weak": "#fffdf2ff", | ||
"background_medium": "#fff7d4ff", | ||
"background_strong": "#ffcf00ff", | ||
"icon_default": "#e6bb00ff", | ||
"border_default": "#e6bb00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#cc3929", | ||
"text_hover": "#992b1f", | ||
"text_pressed": "#661c14", | ||
"background_default": "#cc3929", | ||
"background_weak": "#ffecea", | ||
"background_medium": "#cc3929", | ||
"background_hover": "#992b1f", | ||
"background_pressed": "#661c14", | ||
"border_default": "#cc3929", | ||
"icon_default": "#cc3929", | ||
"icon_hover": "#992b1f", | ||
"icon_pressed": "#661c14" | ||
"text_default": "#cc3929ff", | ||
"text_hover": "#992b1fff", | ||
"text_pressed": "#661c14ff", | ||
"background_default": "#cc3929ff", | ||
"background_weak": "#ffeceaff", | ||
"background_medium": "#cc3929ff", | ||
"background_hover": "#992b1fff", | ||
"background_pressed": "#661c14ff", | ||
"border_default": "#cc3929ff", | ||
"icon_default": "#cc3929ff", | ||
"icon_hover": "#992b1fff", | ||
"icon_pressed": "#661c14ff" | ||
}, | ||
"accent": { | ||
"text_default": "#009087", | ||
"background_default": "#00c0b4", | ||
"background_weak": "#e5fdfc", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#009087", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#009087ff", | ||
"background_default": "#00c0b4ff", | ||
"background_weak": "#e5fdfcff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#009087ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#ffffff", | ||
"text_weak": "#bdbdbd", | ||
"text_medium": "#1c1c1c", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#6e6e6e", | ||
"background_default": "#1c1c1c", | ||
"background_weak": "#121212", | ||
"background_medium": "#262626", | ||
"background_strong": "#333333", | ||
"background_hover": "#333333", | ||
"background_disabled": "#333333", | ||
"background_skeleton": "#333333", | ||
"background_active": "#262626", | ||
"background_inactive": "#333333", | ||
"background_select": "#6e6e6e", | ||
"background_focus": "#ffffff", | ||
"background_focus_hover": "#f5f5f5", | ||
"background_focus_pressed": "#eeeeee", | ||
"background_badge": "#333333", | ||
"background_data": "#bdbdbd", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#6e6e6e", | ||
"border_weak": "#333333", | ||
"border_medium": "#333333", | ||
"border_strong": "#000000", | ||
"border_active": "#ffffff", | ||
"border_focus": "#1c1c1c", | ||
"border_disabled": "#333333", | ||
"border_hover": "#bdbdbd", | ||
"border_brand": "#ffffff", | ||
"icon_default": "#ffffff", | ||
"icon_weak": "#bdbdbd", | ||
"icon_medium": "#1c1c1c", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#6e6e6e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#ffffffff", | ||
"text_weak": "#bdbdbdff", | ||
"text_medium": "#1c1c1cff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#6e6e6eff", | ||
"background_default": "#1c1c1cff", | ||
"background_weak": "#121212ff", | ||
"background_medium": "#262626ff", | ||
"background_strong": "#333333ff", | ||
"background_hover": "#33333380", | ||
"background_disabled": "#333333ff", | ||
"background_skeleton": "#333333ff", | ||
"background_active": "#262626ff", | ||
"background_inactive": "#333333ff", | ||
"background_select": "#6e6e6eff", | ||
"background_focus": "#ffffffff", | ||
"background_focus_hover": "#f5f5f5ff", | ||
"background_focus_pressed": "#eeeeeeff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#bdbdbdff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000099", | ||
"border_default": "#6e6e6eff", | ||
"border_weak": "#333333ff", | ||
"border_medium": "#333333ff", | ||
"border_strong": "#000000ff", | ||
"border_active": "#ffffffff", | ||
"border_focus": "#1c1c1cff", | ||
"border_disabled": "#333333ff", | ||
"border_hover": "#bdbdbdff", | ||
"border_brand": "#ffffff26", | ||
"icon_default": "#ffffffff", | ||
"icon_weak": "#bdbdbdff", | ||
"icon_medium": "#1c1c1cff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#6e6e6eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#6690ff", | ||
"text_medium": "#ffffff", | ||
"text_focus": "#336bff", | ||
"text_hover": "#adc4ff", | ||
"text_pressed": "#d6e1ff", | ||
"text_data": "#00f0e1", | ||
"background_default": "#336bff", | ||
"background_weak": "#142b66", | ||
"background_medium": "#1f4099", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#1f4099", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#00c0b4", | ||
"background_data_allocation": "#1f4099", | ||
"background_data_primary": "#6690ff", | ||
"background_data_secondary": "#2650bf", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#0a1533", | ||
"border_focus": "#2650bf", | ||
"border_hover": "#adc4ff", | ||
"border_pressed": "#d6e1ff", | ||
"border_data": "#00f0e1", | ||
"icon_default": "#6690ff", | ||
"icon_medium": "#ffffff", | ||
"icon_hover": "#adc4ff", | ||
"icon_pressed": "#d6e1ff", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#6690ffff", | ||
"text_medium": "#ffffffff", | ||
"text_focus": "#336bffff", | ||
"text_hover": "#adc4ffff", | ||
"text_pressed": "#d6e1ffff", | ||
"text_data": "#00f0e1ff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#142b66ff", | ||
"background_medium": "#1f4099ff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#1f4099ff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#00c0b4ff", | ||
"background_data_allocation": "#1f4099ff", | ||
"background_data_primary": "#6690ffff", | ||
"background_data_secondary": "#2650bfff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#0a1533ff", | ||
"border_focus": "#2650bfff", | ||
"border_hover": "#adc4ffff", | ||
"border_pressed": "#d6e1ffff", | ||
"border_data": "#00f0e1ff", | ||
"icon_default": "#6690ffff", | ||
"icon_medium": "#ffffffff", | ||
"icon_hover": "#adc4ffff", | ||
"icon_pressed": "#d6e1ffff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#ff2b83", | ||
"text_hover": "#ff6aa8", | ||
"text_pressed": "#ffaacd", | ||
"background_default": "#cc2269", | ||
"background_weak": "#590f2e", | ||
"background_medium": "#ff2b83", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ac135a", | ||
"background_data_primary": "#ff2b83", | ||
"background_data_secondary": "#cc2269", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#ff2b83", | ||
"icon_default": "#ff2b83", | ||
"icon_hover": "#ff6aa8", | ||
"icon_pressed": "#ffaacd", | ||
"icon_brand": "#ff2b83", | ||
"text_brand": "#ff2b83" | ||
"text_default": "#ff2b83ff", | ||
"text_hover": "#ff6aa8ff", | ||
"text_pressed": "#ffaacdff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#590f2eff", | ||
"background_medium": "#ff2b83ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ac135aff", | ||
"background_data_primary": "#ff2b83ff", | ||
"background_data_secondary": "#cc2269ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#ff2b83ff", | ||
"icon_default": "#ff2b83ff", | ||
"icon_hover": "#ff6aa8ff", | ||
"icon_pressed": "#ffaacdff", | ||
"icon_brand": "#ff2b83ff", | ||
"text_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#51cb20", | ||
"text_medium": "#d2f500", | ||
"text_hover": "#85da62", | ||
"background_default": "#51cb20", | ||
"background_weak": "#20510d", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#317a13", | ||
"background_brand": "#d2f500", | ||
"border_default": "#51cb20", | ||
"icon_default": "#51cb20", | ||
"icon_focus": "#41a21a", | ||
"icon_hover": "#85da62", | ||
"icon_data": "#336bff", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#51cb20ff", | ||
"text_medium": "#d2f500ff", | ||
"text_hover": "#85da62ff", | ||
"background_default": "#51cb20ff", | ||
"background_weak": "#20510dff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#317a13ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#51cb20ff", | ||
"icon_default": "#51cb20ff", | ||
"icon_focus": "#41a21aff", | ||
"icon_hover": "#85da62ff", | ||
"icon_data": "#336bffff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#ffcf00", | ||
"background_default": "#ffcf00", | ||
"background_weak": "#614f00", | ||
"background_medium": "#332900", | ||
"background_strong": "#ffcf00", | ||
"icon_default": "#ffcf00", | ||
"border_default": "#ffcf00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#ffcf00ff", | ||
"background_default": "#ffcf00ff", | ||
"background_weak": "#614f00ff", | ||
"background_medium": "#332900ff", | ||
"background_strong": "#ffcf00ff", | ||
"icon_default": "#ffcf00ff", | ||
"border_default": "#ffcf00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#ff4733", | ||
"background_default": "#ff4733", | ||
"text_hover": "#ff7e70", | ||
"text_pressed": "#ffa399", | ||
"background_weak": "#661c14", | ||
"background_medium": "#ff4733", | ||
"background_hover": "#cc3929", | ||
"background_pressed": "#992b1f", | ||
"border_default": "#ff4733", | ||
"icon_default": "#ff4733", | ||
"icon_hover": "#ff7e70", | ||
"icon_pressed": "#ffa399" | ||
"text_default": "#ff4733ff", | ||
"background_default": "#ff4733ff", | ||
"text_hover": "#ff7e70ff", | ||
"text_pressed": "#ffa399ff", | ||
"background_weak": "#661c14ff", | ||
"background_medium": "#ff4733ff", | ||
"background_hover": "#cc3929ff", | ||
"background_pressed": "#992b1fff", | ||
"border_default": "#ff4733ff", | ||
"icon_default": "#ff4733ff", | ||
"icon_hover": "#ff7e70ff", | ||
"icon_pressed": "#ffa399ff" | ||
}, | ||
"accent": { | ||
"text_default": "#00f0e1", | ||
"background_default": "#00f0e1", | ||
"background_weak": "#004844", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#00f0e1", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#00f0e1ff", | ||
"background_default": "#00f0e1ff", | ||
"background_weak": "#004844ff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#00f0e1ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"color": { | ||
"neutral": { | ||
"text_default": "#1c1c1c", | ||
"text_weak": "#6e6e6e", | ||
"text_medium": "#ffffff", | ||
"text_strong": "#ffffff", | ||
"text_focus": "#1c1c1c", | ||
"text_disabled": "#9e9e9e", | ||
"background_default": "#ffffff", | ||
"background_weak": "#ffffff", | ||
"background_medium": "#f5f5f5", | ||
"background_strong": "#f5f5f5", | ||
"background_hover": "#f5f5f5", | ||
"background_disabled": "#eeeeee", | ||
"background_skeleton": "#eeeeee", | ||
"background_active": "#ffffff", | ||
"background_inactive": "#e0e0e0", | ||
"background_select": "#ffffff", | ||
"background_focus": "#1c1c1c", | ||
"background_focus_hover": "#262626", | ||
"background_focus_pressed": "#333333", | ||
"background_badge": "#333333", | ||
"background_data": "#6e6e6e", | ||
"background_brand_black": "#000000", | ||
"background_brand_white": "#ffffff", | ||
"background_overlay": "#000000", | ||
"border_default": "#bdbdbd", | ||
"border_weak": "#eeeeee", | ||
"border_medium": "#e0e0e0", | ||
"border_strong": "#f5f5f5", | ||
"border_active": "#1c1c1c", | ||
"border_focus": "#ffffff", | ||
"border_disabled": "#eeeeee", | ||
"border_hover": "#6e6e6e", | ||
"border_brand": "#000000", | ||
"icon_default": "#1c1c1c", | ||
"icon_weak": "#6e6e6e", | ||
"icon_medium": "#ffffff", | ||
"icon_strong": "#ffffff", | ||
"icon_disabled": "#9e9e9e", | ||
"icon_brand": "#1c1c1c" | ||
"text_default": "#1c1c1cff", | ||
"text_weak": "#6e6e6eff", | ||
"text_medium": "#ffffffff", | ||
"text_strong": "#ffffffff", | ||
"text_focus": "#1c1c1cff", | ||
"text_disabled": "#9e9e9eff", | ||
"background_default": "#ffffffff", | ||
"background_weak": "#ffffffff", | ||
"background_medium": "#f5f5f5ff", | ||
"background_strong": "#f5f5f5ff", | ||
"background_hover": "#f5f5f5ff", | ||
"background_disabled": "#eeeeeeff", | ||
"background_skeleton": "#eeeeeeff", | ||
"background_active": "#ffffffff", | ||
"background_inactive": "#e0e0e0ff", | ||
"background_select": "#ffffffff", | ||
"background_focus": "#1c1c1cff", | ||
"background_focus_hover": "#262626ff", | ||
"background_focus_pressed": "#333333ff", | ||
"background_badge": "#333333ff", | ||
"background_data": "#6e6e6eff", | ||
"background_brand_black": "#000000ff", | ||
"background_brand_white": "#ffffffff", | ||
"background_overlay": "#00000066", | ||
"border_default": "#bdbdbdff", | ||
"border_weak": "#eeeeeeff", | ||
"border_medium": "#e0e0e0ff", | ||
"border_strong": "#f5f5f5ff", | ||
"border_active": "#1c1c1cff", | ||
"border_focus": "#ffffffff", | ||
"border_disabled": "#eeeeeeff", | ||
"border_hover": "#6e6e6eff", | ||
"border_brand": "#0000001a", | ||
"icon_default": "#1c1c1cff", | ||
"icon_weak": "#6e6e6eff", | ||
"icon_medium": "#ffffffff", | ||
"icon_strong": "#ffffffff", | ||
"icon_disabled": "#9e9e9eff", | ||
"icon_brand": "#1c1c1cff" | ||
}, | ||
"action": { | ||
"text_default": "#336bff", | ||
"text_medium": "#336bff", | ||
"text_focus": "#6690ff", | ||
"text_hover": "#2650bf", | ||
"text_pressed": "#1f4099", | ||
"text_data": "#336bff", | ||
"background_default": "#336bff", | ||
"background_weak": "#eaf0ff", | ||
"background_medium": "#adc4ff", | ||
"background_strong": "#1f4099", | ||
"background_disabled": "#d6e1ff", | ||
"background_hover": "#2650bf", | ||
"background_pressed": "#1f4099", | ||
"background_data_risk": "#2650bf", | ||
"background_data_allocation": "#eaf0ff", | ||
"background_data_primary": "#2650bf", | ||
"background_data_secondary": "#6690ff", | ||
"background_brand": "#00c8f5", | ||
"border_default": "#336bff", | ||
"border_weak": "#adc4ff", | ||
"border_focus": "#d6e1ff", | ||
"border_hover": "#2650bf", | ||
"border_pressed": "#1f4099", | ||
"border_data": "#336bff", | ||
"icon_default": "#336bff", | ||
"icon_medium": "#336bff", | ||
"icon_hover": "#2650bf", | ||
"icon_pressed": "#1f4099", | ||
"icon_brand": "#00c8f5" | ||
"text_default": "#336bffff", | ||
"text_medium": "#336bffff", | ||
"text_focus": "#6690ffff", | ||
"text_hover": "#2650bfff", | ||
"text_pressed": "#1f4099ff", | ||
"text_data": "#336bffff", | ||
"background_default": "#336bffff", | ||
"background_weak": "#eaf0ffff", | ||
"background_medium": "#adc4ffff", | ||
"background_strong": "#1f4099ff", | ||
"background_disabled": "#d6e1ffff", | ||
"background_hover": "#2650bfff", | ||
"background_pressed": "#1f4099ff", | ||
"background_data_risk": "#2650bfff", | ||
"background_data_allocation": "#eaf0ffff", | ||
"background_data_primary": "#2650bfff", | ||
"background_data_secondary": "#6690ffff", | ||
"background_brand": "#00c8f5ff", | ||
"border_default": "#336bffff", | ||
"border_weak": "#adc4ffff", | ||
"border_focus": "#d6e1ffff", | ||
"border_hover": "#2650bfff", | ||
"border_pressed": "#1f4099ff", | ||
"border_data": "#336bffff", | ||
"icon_default": "#336bffff", | ||
"icon_medium": "#336bffff", | ||
"icon_hover": "#2650bfff", | ||
"icon_pressed": "#1f4099ff", | ||
"icon_brand": "#00c8f5ff" | ||
}, | ||
"negative": { | ||
"text_default": "#cc2269", | ||
"text_hover": "#ac135a", | ||
"text_pressed": "#78013a", | ||
"text_brand": "#ff2b83", | ||
"background_default": "#cc2269", | ||
"background_weak": "#f6e7ee", | ||
"background_medium": "#cc2269", | ||
"background_strong": "#ac135a", | ||
"background_data_graph": "#ffaacd", | ||
"background_data_primary": "#cc2269", | ||
"background_data_secondary": "#ff2b83", | ||
"background_hover": "#ac135a", | ||
"background_pressed": "#78013a", | ||
"background_brand": "#ff2b83", | ||
"border_default": "#cc2269", | ||
"icon_default": "#cc2269", | ||
"icon_hover": "#ac135a", | ||
"icon_pressed": "#78013a", | ||
"icon_brand": "#ff2b83" | ||
"text_default": "#cc2269ff", | ||
"text_hover": "#ac135aff", | ||
"text_pressed": "#78013aff", | ||
"text_brand": "#ff2b83ff", | ||
"background_default": "#cc2269ff", | ||
"background_weak": "#f6e7eeff", | ||
"background_medium": "#cc2269ff", | ||
"background_strong": "#ac135aff", | ||
"background_data_graph": "#ffaacdff", | ||
"background_data_primary": "#cc2269ff", | ||
"background_data_secondary": "#ff2b83ff", | ||
"background_hover": "#ac135aff", | ||
"background_pressed": "#78013aff", | ||
"background_brand": "#ff2b83ff", | ||
"border_default": "#cc2269ff", | ||
"icon_default": "#cc2269ff", | ||
"icon_hover": "#ac135aff", | ||
"icon_pressed": "#78013aff", | ||
"icon_brand": "#ff2b83ff" | ||
}, | ||
"positive": { | ||
"text_default": "#41a21a", | ||
"text_medium": "#41a21a", | ||
"text_hover": "#368716", | ||
"background_default": "#41a21a", | ||
"background_weak": "#edfae8", | ||
"background_medium": "#85da62", | ||
"background_strong": "#41a21a", | ||
"background_data": "#b9eaa6", | ||
"background_brand": "#d2f500", | ||
"border_default": "#41a21a", | ||
"icon_default": "#41a21a", | ||
"icon_focus": "#51cb20", | ||
"icon_hover": "#368716", | ||
"icon_data": "#41a21a", | ||
"icon_brand": "#d2f500" | ||
"text_default": "#41a21aff", | ||
"text_medium": "#41a21aff", | ||
"text_hover": "#368716ff", | ||
"background_default": "#41a21aff", | ||
"background_weak": "#edfae8ff", | ||
"background_medium": "#85da62ff", | ||
"background_strong": "#41a21aff", | ||
"background_data": "#b9eaa6ff", | ||
"background_brand": "#d2f500ff", | ||
"border_default": "#41a21aff", | ||
"icon_default": "#41a21aff", | ||
"icon_focus": "#51cb20ff", | ||
"icon_hover": "#368716ff", | ||
"icon_data": "#41a21aff", | ||
"icon_brand": "#d2f500ff" | ||
}, | ||
"warning": { | ||
"text_default": "#614f00", | ||
"background_default": "#e6bb00", | ||
"background_weak": "#fffdf2", | ||
"background_medium": "#fff7d4", | ||
"background_strong": "#ffcf00", | ||
"border_default": "#e6bb00", | ||
"icon_default": "#e6bb00", | ||
"icon_strong": "#ffcf00" | ||
"text_default": "#614f00ff", | ||
"background_default": "#e6bb00ff", | ||
"background_weak": "#fffdf2ff", | ||
"background_medium": "#fff7d4ff", | ||
"background_strong": "#ffcf00ff", | ||
"border_default": "#e6bb00ff", | ||
"icon_default": "#e6bb00ff", | ||
"icon_strong": "#ffcf00ff" | ||
}, | ||
"error": { | ||
"text_default": "#cc3929", | ||
"text_hover": "#992b1f", | ||
"text_pressed": "#661c14", | ||
"background_default": "#ff4733", | ||
"background_weak": "#ffecea", | ||
"background_medium": "#cc3929", | ||
"background_hover": "#cc3929", | ||
"background_pressed": "#992b1f", | ||
"border_default": "#cc3929", | ||
"icon_default": "#cc3929", | ||
"icon_hover": "#992b1f", | ||
"icon_pressed": "#661c14" | ||
"text_default": "#cc3929ff", | ||
"text_hover": "#992b1fff", | ||
"text_pressed": "#661c14ff", | ||
"background_default": "#ff4733ff", | ||
"background_weak": "#ffeceaff", | ||
"background_medium": "#cc3929ff", | ||
"background_hover": "#cc3929ff", | ||
"background_pressed": "#992b1fff", | ||
"border_default": "#cc3929ff", | ||
"icon_default": "#cc3929ff", | ||
"icon_hover": "#992b1fff", | ||
"icon_pressed": "#661c14ff" | ||
}, | ||
"accent": { | ||
"text_default": "#009087", | ||
"background_default": "#00c0b4", | ||
"background_weak": "#e5fdfc", | ||
"background_strong": "#00605a", | ||
"background_brand": "#00f0e1", | ||
"background_brand_hover": "#99f9f3", | ||
"background_brand_pressed": "#ccfcf9", | ||
"icon_default": "#009087", | ||
"icon_brand": "#00f0e1" | ||
"text_default": "#009087ff", | ||
"background_default": "#00c0b4ff", | ||
"background_weak": "#e5fdfcff", | ||
"background_strong": "#00605aff", | ||
"background_brand": "#00f0e1ff", | ||
"background_brand_hover": "#99f9f3ff", | ||
"background_brand_pressed": "#ccfcf9ff", | ||
"icon_default": "#009087ff", | ||
"icon_brand": "#00f0e1ff" | ||
} | ||
@@ -148,0 +148,0 @@ }, |
{ | ||
"name": "@nordnet/design-tokens", | ||
"version": "3.1.0-beta.2", | ||
"version": "3.1.0-beta.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138305