aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/memory-graph/src/constants.ts')
-rw-r--r--packages/memory-graph/src/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/memory-graph/src/constants.ts b/packages/memory-graph/src/constants.ts
index 23193601..b93912e0 100644
--- a/packages/memory-graph/src/constants.ts
+++ b/packages/memory-graph/src/constants.ts
@@ -46,6 +46,7 @@ export const colors = {
updates: "rgba(147, 77, 253, 0.5)", // purple
extends: "rgba(16, 185, 129, 0.5)", // green
derives: "rgba(147, 197, 253, 0.5)", // blue
+ merges: "rgba(251, 165, 36, 0.5)", // orange
},
};