Skip to content

Theme: парсер HEX/RGBA цветов для VS Code themes #53

@ZhuchkaTriplesix

Description

@ZhuchkaTriplesix

Summary

Утилита парсинга цветов из строк VS Code theme: #RGB, #RGBA, #RRGGBB, #RRGGBBAA.

Зачем

Темы VS Code используют разные HEX форматы. Нужен единый Color parseVsCodeColor(String input) для #39, #44, #45.

Реализация

  • Пакет color_parser на pub.dev или локальный lib/core/theme/parser/color_parser.dart (~50 строк + tests)
  • Invalid input → FormatException с исходной строкой
  • Alpha: VS Code AA order (#RRGGBBAA)

Acceptance criteria

Зависимости

Оценка

~0.5–1 день

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestthemeTheming, colors, VS Code themes

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions