{
  selection: {
    bgColor: {
      $value: '{bgColor.accent.emphasis}',
      $type: 'color',
      $description: 'Background color for text selection highlights',
      $extensions: {
        'org.primer.figma': {
          collection: 'mode',
          group: 'component',
          scopes: ['bgColor'],
        },
        'org.primer.overrides': {
          dark: {
            $value: '{bgColor.accent.emphasis}',
            alpha: 0.7,
          },
        },
        'org.primer.llm': {
          usage: ['text-selection', 'highlighted-text', 'selected-content'],
          rules: 'Use for native text selection (::selection) and programmatic text highlighting. Do NOT use for general emphasis or background colors on containers.',
        },
      },
      alpha: 0.2,
    },
  },
}
