From 0b2e1e3a22c3fec42391c785d6620913ce623a68 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:58:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=96=20better=20color=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/color.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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