Implemented automatic text color adaptation based on background brightness to improve readability: - Added getContrastColor() function using WCAG luminance formula - Bright modules (Trim/yellow, Audio/amber, Subtitles/light-green) now use dark text - Dark modules continue using light text - Ensures high contrast ratio for all module tiles - Prevents eye strain from low-contrast combinations This fixes the accessibility issue where bright yellow, amber, and light green modules had poor legibility with white text. |
||
|---|---|---|
| .. | ||
| benchmarkview.go | ||
| colors.go | ||
| components.go | ||
| mainmenu.go | ||
| queueview.go | ||