fix(ui): remove blue-shifted hardcoded colors from timeline components
Replace hardcoded blue-shifted rgba values and slate-* classes with neutral CSS variable references in timeline resource/project panels, tooltips, constants, and heatmap mono palette. Change utilization row tint from blue to green. Replace slate-950 open demand backgrounds with --surface-card. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -32,12 +32,12 @@ export const HEATMAP_PALETTES: Record<HeatmapColorScheme, [number, string, strin
|
||||
[125, "rgba(109,40,217,0.64)", "rgba(109,40,217,0.88)"],
|
||||
],
|
||||
"mono": [
|
||||
[0, "rgba(156,163,175,0.18)", "rgba(156,163,175,0.60)"],
|
||||
[25, "rgba(107,114,128,0.25)", "rgba(107,114,128,0.68)"],
|
||||
[50, "rgba(75,85,99,0.30)", "rgba(75,85,99,0.74)"],
|
||||
[75, "rgba(55,65,81,0.36)", "rgba(55,65,81,0.80)"],
|
||||
[90, "rgba(31,41,55,0.42)", "rgba(31,41,55,0.85)"],
|
||||
[100, "rgba(17,24,39,0.52)", "rgba(17,24,39,0.88)"],
|
||||
[0, "rgba(160,160,160,0.18)", "rgba(160,160,160,0.60)"],
|
||||
[25, "rgba(115,115,115,0.25)", "rgba(115,115,115,0.68)"],
|
||||
[50, "rgba(85,85,85,0.30)", "rgba(85,85,85,0.74)"],
|
||||
[75, "rgba(65,65,65,0.36)", "rgba(65,65,65,0.80)"],
|
||||
[90, "rgba(42,42,42,0.42)", "rgba(42,42,42,0.85)"],
|
||||
[100, "rgba(24,24,24,0.52)", "rgba(24,24,24,0.88)"],
|
||||
[125, "rgba(0,0,0,0.60)", "rgba(0,0,0,0.90)"],
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user