Tweak colors a little

This commit is contained in:
2025-06-14 17:59:43 +02:00
parent f55c1e17dc
commit 99ffba4f28

View File

@@ -9,8 +9,8 @@ export const getSecurityColor = (security: number): string => {
{ sec: 0.2, color: [255, 0, 0] }, // Red
{ sec: 0.3, color: [255, 165, 0] }, // Orange
{ sec: 0.4, color: [255, 200, 0] }, // Light orange
{ sec: 0.5, color: [255, 255, 0] }, // Yellow
{ sec: 0.6, color: [0, 255, 0] }, // Green
{ sec: 0.5, color: [0, 255, 0] }, // Yellow
{ sec: 0.6, color: [0, 255, 127] }, // Green
{ sec: 0.7, color: [0, 255, 255] }, // Cyan
{ sec: 0.8, color: [135, 206, 235] }, // Sky blue (more appropriate light blue)
{ sec: 0.9, color: [0, 0, 255] }, // Blue