Skip to content

Test report SVG colors in light theme - #11

Merged
mnkiefer merged 3 commits into
mainfrom
copilot/githubnextcentral-agentic-ops-8-light-themed
Aug 26, 2026
Merged

Test report SVG colors in light theme#11
mnkiefer merged 3 commits into
mainfrom
copilot/githubnextcentral-agentic-ops-8-light-themed

Conversation

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Report SVGs relied on theme variables but lacked coverage for light-mode values. This adds contract coverage for both color schemes.

  • Theme coverage

    • Verifies --success, --danger, and --cancelled are defined in dark and light themes.
    • Confirms chart SVG strokes resolve through those variables.
  • Current-color SVGs

    • Verifies the sidebar brand SVG uses currentColor.
    • Confirms --fg is provided by both themes.
assert.match(report, new RegExp(
  `\\.${svgClass}\\s*\\{\\s*stroke:\\s*var\\(--${name}\\)`,
));

Copilot AI linked an issue Aug 26, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits August 26, 2026 10:43
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Test SVGs in light theme Test report SVG colors in light theme Aug 26, 2026
Copilot AI requested a review from mnkiefer August 26, 2026 10:44
@mnkiefer
mnkiefer marked this pull request as ready for review August 26, 2026 11:31
@mnkiefer
mnkiefer merged commit adff313 into main Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Light themed

2 participants