mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-07 09:55:19 -04:00
🎭 Masking key
This commit is contained in:
parent
ea545b1016
commit
9fa3733b9e
1 changed files with 10 additions and 1 deletions
|
@ -11,6 +11,8 @@ 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 black = "#000000";
|
const black = "#000000";
|
||||||
const white = "#FFFFFF";
|
const white = "#FFFFFF";
|
||||||
|
@ -34,4 +36,11 @@ const colorSchemes: ColorSchema = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export { rawSvgsDir, bitmapsPath, schemesPath, colorSchemes };
|
export {
|
||||||
|
rawSvgsDir,
|
||||||
|
bitmapsPath,
|
||||||
|
schemesPath,
|
||||||
|
baseKeyColor,
|
||||||
|
outlineKeyColor,
|
||||||
|
colorSchemes
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue