🌈 Schemes Path

This commit is contained in:
ful1e5 2020-08-16 16:20:57 +05:30
parent 55ff479170
commit 435314b4a6

View file

@ -9,6 +9,7 @@ const rawSvgsDir = path.resolve("./src/svg/raw");
if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨🚨"); if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨🚨");
// --------------------------------------- 🌈 Cursors Variants 🌈 // --------------------------------------- 🌈 Cursors Variants 🌈
const schemesPath = path.resolve("./src/svg");
const colorSchemes: ColorSchema = { const colorSchemes: ColorSchema = {
Ice: { Ice: {
base: "#FFFFFF", base: "#FFFFFF",
@ -22,4 +23,4 @@ const colorSchemes: ColorSchema = {
// --------------------------------------- 🔧 Render Configs 🔧 // --------------------------------------- 🔧 Render Configs 🔧
export { rawSvgsDir, colorSchemes }; export { rawSvgsDir, schemesPath, colorSchemes };