mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-30 06:45:31 -04:00
🔣 regex fix
This commit is contained in:
parent
e1c6c7f18e
commit
e203027f68
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const generateConfigs = (colorSchemes: ColorSchema, dirPrefix: string) => {
|
||||||
|
|
||||||
content = content
|
content = content
|
||||||
.replace(new RegExp(baseKeyColor, "g"), base)
|
.replace(new RegExp(baseKeyColor, "g"), base)
|
||||||
.replace(new RegExp(outlineKeyColor), outline);
|
.replace(new RegExp(outlineKeyColor, "g"), outline);
|
||||||
|
|
||||||
// Save Schema
|
// Save Schema
|
||||||
const cursorPath = path.resolve(schemaSvgsPath, cursor);
|
const cursorPath = path.resolve(schemaSvgsPath, cursor);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue