From c6d61c401a54617c761f8f0e7c737ec8e3f0574e Mon Sep 17 00:00:00 2001 From: christophidesp Date: Tue, 20 Jan 2026 11:52:32 +0200 Subject: [PATCH] add colors to be used for the animated svg --- src/theme/dark/colors.js | 5 +++++ src/theme/default/colors.js | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/src/theme/dark/colors.js b/src/theme/dark/colors.js index e13a507d..a9477f31 100644 --- a/src/theme/dark/colors.js +++ b/src/theme/dark/colors.js @@ -34,6 +34,11 @@ const appColors = { primaryHighlightAI: rawColors.blue.blue130, secondaryColorAI: rawColors.blue.blue140, secondaryHighlightAI: rawColors.blue.blue70, + // AI Graphics + strokeMain: rawColors.blue.blue150, + strokeHighlight: rawColors.blue.blue170, + aiParticleMain: rawColors.blue.blue150, + //============Status=============\\ success: rawColors.green.green100, successLite: rawColors.green.green190, diff --git a/src/theme/default/colors.js b/src/theme/default/colors.js index 175aced5..0deb4875 100644 --- a/src/theme/default/colors.js +++ b/src/theme/default/colors.js @@ -34,6 +34,10 @@ const appColors = { primaryHighlightAI: rawColors.blue.blue130, secondaryColorAI: rawColors.blue.blue120, secondaryHighlightAI: rawColors.blue.blue190, + // AI Graphics + strokeMain: rawColors.blue.blue100, + strokeHighlight: rawColors.blue.blue120, + aiParticleMain: rawColors.blue.blue180, //============Status=============\\ success: rawColors.green.green100, successLite: rawColors.green.green190,