diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index 2bbe13a1..baad9f82 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -11,8 +11,10 @@ const rawSvgsDir = path.resolve("svg"); const schemesPath = path.resolve("schemes"); // --------------------------------------- Colors✨ -const baseKeyColor = /#00FF00/g; // green Key -const outlineKeyColor = /#0000FF/g; // blue Key + +const watchKeyColor = "#FF0000"; //red Key +const baseKeyColor = "#00FF00"; // green Key +const outlineKeyColor = "#0000FF"; // blue Key const black = "#000000"; const white = "#FFFFFF"; @@ -40,6 +42,7 @@ export { rawSvgsDir, bitmapsPath, schemesPath, + watchKeyColor, baseKeyColor, outlineKeyColor, colorSchemes