global:
  scope: component
  type: color
  category: text-color
  cssProperties:
  - color
  - fill
imports:
- "../../../../design-tokens/aliases/colors.yml"
- "../../../../design-tokens/aliases/color-palettes.yml"
props:
  COLOR_TEXT_CONTEXT_BAR:
    value: '{!PALETTE_NEUTRAL_30}'
    comment: Context bar text color
  COLOR_TEXT_CONTEXT_BAR_INVERSE:
    value: '{!PALETTE_NEUTRAL_100}'
    comment: Context bar text color on a dark background
    deprecated: true
  COLOR_TEXT_CONTEXT_BAR_ACTION_TRIGGER:
    value: '{!WHITE_TRANSPARENT_40}'
    comment: Context bar action trigger text color
    deprecated: true
