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,