mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
🌈 Schemes Path
This commit is contained in:
parent
55ff479170
commit
435314b4a6
1 changed files with 2 additions and 1 deletions
|
@ -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 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue