Skip to content

fix(theme): align plugin header colors with theme variables in side-panel and options#27

Merged
cto-new[bot] merged 1 commit intotestfrom
fix-sidepanel-plugin-info-h3-theme-color-e01
Nov 24, 2025
Merged

fix(theme): align plugin header colors with theme variables in side-panel and options#27
cto-new[bot] merged 1 commit intotestfrom
fix-sidepanel-plugin-info-h3-theme-color-e01

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Nov 24, 2025

Summary

Fixes for theme color handling of plugin headers across side-panel and options pages. Replaces hard-coded colors with theme-aware CSS variables to ensure readability in light, dark, and system themes.

Details

  • Replace hard-coded color for .plugin-info h3 with CSS variable-based color in PluginControlPanel.css
  • Add theme-aware overrides in Options.css for .plugin-info h3 and related headings (light/dark/system)
  • Ensure consistent theming using CSS variables and prefers-color-scheme where applicable
  • Add a lightweight test fixture to verify theme switching (optional) and document

…anel and options

Resolve unreadable plugin header text in dark mode by removing hard-coded colors and applying theme-aware CSS variables. Update PluginControlPanel.css and Options.css with overrides and variables to ensure .plugin-info h3 and related headings adapt to light, dark, and system themes. Add a test fixture for manual verification and maintain system prefers-color-scheme support. No public API changes.
@cto-new cto-new bot merged commit 1065c8e into test Nov 24, 2025
4 of 27 checks 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.

0 participants