💖 better color input

This commit is contained in:
ful1e5 2020-08-20 11:58:39 +05:30
parent e6a58f1779
commit 0b2e1e3a22

View file

@ -11,8 +11,10 @@ const rawSvgsDir = path.resolve("svg");
const schemesPath = path.resolve("schemes"); const schemesPath = path.resolve("schemes");
// --------------------------------------- Colors✨ // --------------------------------------- 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 black = "#000000";
const white = "#FFFFFF"; const white = "#FFFFFF";
@ -40,6 +42,7 @@ export {
rawSvgsDir, rawSvgsDir,
bitmapsPath, bitmapsPath,
schemesPath, schemesPath,
watchKeyColor,
baseKeyColor, baseKeyColor,
outlineKeyColor, outlineKeyColor,
colorSchemes colorSchemes