mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-30 14:55:21 -04:00
🗒️ Bibata Original render
This commit is contained in:
parent
8c686471da
commit
79645e3a6f
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rm -rf bitmaps themes",
|
||||
"render:bibata-modern": "yarn workspace bibata-modern render",
|
||||
"render:bibata-original": "yarn workspace bibata-original render",
|
||||
"render:bibata-rainbow": "yarn workspace bibata-rainbow render"
|
||||
|
|
|
@ -4,7 +4,7 @@ import { BitmapsGenerator, SVGHandler } from "bibata-core";
|
|||
import { config } from "./config";
|
||||
|
||||
const root = path.resolve(__dirname, "../../../../");
|
||||
const svgDir = path.resolve(root, "svg", "modern");
|
||||
const svgDir = path.resolve(root, "svg", "original");
|
||||
|
||||
const main = async () => {
|
||||
for (const { themeName, color } of config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue