From f5c1ad2c92647486acbe0a23ef96f55f4c0b713a Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 7 Apr 2025 00:27:42 +0800 Subject: [PATCH] Optimize node corlor --- lightrag_webui/src/hooks/useLightragGraph.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag_webui/src/hooks/useLightragGraph.tsx b/lightrag_webui/src/hooks/useLightragGraph.tsx index 2e2c281d..d4d8ae3f 100644 --- a/lightrag_webui/src/hooks/useLightragGraph.tsx +++ b/lightrag_webui/src/hooks/useLightragGraph.tsx @@ -20,7 +20,7 @@ const NODE_COLORS = [ '#a64dff', // Purple - technology '#f46a9b', // Magenta '#00bfa0', // Turquoise - '#fdcce5', // Light Pink + '#fdcce5', // Pale Pink '#0f558a', // Blue - location '#b2e061', // Yellow Green '#bd7ebe', // Light Violet - event @@ -40,7 +40,7 @@ const EXTENDED_COLORS = [ '#996600', // Yellow Brown '#4421af', // Deep Purple '#E67E22', // Carrot - '#e61919', // Light Red + '#ff1a1a', // Pure Red ]; // All available colors combined