feat(style): Z-Design blend 85/15 para fondos visibles

Cambio en deriveDarkPalette(): 85% negro + 15% color base
(antes era 95/5, imperceptible)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
R.Eugenio 2025-12-29 18:33:45 +01:00
parent b5a4205c29
commit 9559b14a33

View file

@ -1039,8 +1039,8 @@ fn deriveDarkPalette(base: Color) PanelColorScheme {
const dark_border = Color.rgb(60, 60, 65); const dark_border = Color.rgb(60, 60, 65);
return .{ return .{
// Backgrounds: subtle tint of base color (5% base, 95% black) // Backgrounds: visible tint of base color (15% base, 85% black)
.fondo_con_focus = base.blendTowards(black, 95), .fondo_con_focus = base.blendTowards(black, 85),
.fondo_sin_focus = black, .fondo_sin_focus = black,
// Text: high contrast // Text: high contrast