Optimize node corlor

This commit is contained in:
yangdx
2025-04-07 00:27:42 +08:00
parent d10a33899d
commit f5c1ad2c92

View File

@@ -20,7 +20,7 @@ const NODE_COLORS = [
'#a64dff', // Purple - technology '#a64dff', // Purple - technology
'#f46a9b', // Magenta '#f46a9b', // Magenta
'#00bfa0', // Turquoise '#00bfa0', // Turquoise
'#fdcce5', // Light Pink '#fdcce5', // Pale Pink
'#0f558a', // Blue - location '#0f558a', // Blue - location
'#b2e061', // Yellow Green '#b2e061', // Yellow Green
'#bd7ebe', // Light Violet - event '#bd7ebe', // Light Violet - event
@@ -40,7 +40,7 @@ const EXTENDED_COLORS = [
'#996600', // Yellow Brown '#996600', // Yellow Brown
'#4421af', // Deep Purple '#4421af', // Deep Purple
'#E67E22', // Carrot '#E67E22', // Carrot
'#e61919', // Light Red '#ff1a1a', // Pure Red
]; ];
// All available colors combined // All available colors combined