yangdx
commited on
Commit
·
78c77fe
1
Parent(s):
d43af94
Optimize node corlor
Browse files
lightrag_webui/src/hooks/useLightragGraph.tsx
CHANGED
@@ -20,7 +20,7 @@ const NODE_COLORS = [
|
|
20 |
'#a64dff', // Purple - technology
|
21 |
'#f46a9b', // Magenta
|
22 |
'#00bfa0', // Turquoise
|
23 |
-
'#fdcce5', //
|
24 |
'#0f558a', // Blue - location
|
25 |
'#b2e061', // Yellow Green
|
26 |
'#bd7ebe', // Light Violet - event
|
@@ -40,7 +40,7 @@ const EXTENDED_COLORS = [
|
|
40 |
'#996600', // Yellow Brown
|
41 |
'#4421af', // Deep Purple
|
42 |
'#E67E22', // Carrot
|
43 |
-
'#
|
44 |
];
|
45 |
|
46 |
// All available colors combined
|
|
|
20 |
'#a64dff', // Purple - technology
|
21 |
'#f46a9b', // Magenta
|
22 |
'#00bfa0', // Turquoise
|
23 |
+
'#fdcce5', // Pale Pink
|
24 |
'#0f558a', // Blue - location
|
25 |
'#b2e061', // Yellow Green
|
26 |
'#bd7ebe', // Light Violet - event
|
|
|
40 |
'#996600', // Yellow Brown
|
41 |
'#4421af', // Deep Purple
|
42 |
'#E67E22', // Carrot
|
43 |
+
'#ff1a1a', // Pure Red
|
44 |
];
|
45 |
|
46 |
// All available colors combined
|