From 217634fa41df3ac5f7c622148026d574c8c49a0b Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 5 Apr 2023 20:47:49 -0300 Subject: [PATCH] added colors to toolkits and wrappers --- src/frontend/src/utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index dc59c6640..19d41ba48 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -77,6 +77,8 @@ export const nodeColors: {[char: string]: string} = { chat: "#454173", thought:"#272541", docloaders:"#FF9135", + toolkits:"#DB2C2C", + wrappers:"#E6277A", unknown:"#9CA3AF" };