mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
🚀 Bibata Modern
This commit is contained in:
parent
5096595e69
commit
dac9329de3
2 changed files with 12 additions and 31 deletions
|
@ -1,6 +1,14 @@
|
|||
import { createBitmaps } from "bibata-core";
|
||||
import * as pathConfig from "./config";
|
||||
import { colorSchemes } from "./color";
|
||||
import { themeColors } from "./color";
|
||||
|
||||
const themeName = "Bibata-Modern";
|
||||
createBitmaps({ colorSchemes, pathConfig, themeName });
|
||||
import { resolve } from "path";
|
||||
|
||||
const projectRoot = resolve("../../");
|
||||
const args = {
|
||||
themeName: "Bibata-Modern",
|
||||
svgDir: resolve("./src/svg"),
|
||||
bitmapsDir: resolve(projectRoot, "bitmaps"),
|
||||
themeColors
|
||||
};
|
||||
|
||||
createBitmaps(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue