fix: add dark mode support using MUI CSS variables #5
Reference in New Issue
Block a user
Delete Branch "fix/dark-mode-theme-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Root Cause
The plugin was using hardcoded hex colors (
#ccc,#666,#1976d2, etc.) in inline styles, which don't adapt to Headlamp's theme changes. When users switch to dark mode (via system preference), the plugin UI remained light-themed.Changes
Components Updated
CSS Variables Used
Test Plan
Visual Examples
Before: Plugin UI has white backgrounds in dark mode
After: Plugin UI adapts to dark theme automatically
🤖 Generated with Claude Code