mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
🔥 Separate outPaths & KeyColors
This commit is contained in:
parent
1ef3f66104
commit
d542db8382
1 changed files with 13 additions and 0 deletions
13
packages/core/src/Schema/constants .ts
Normal file
13
packages/core/src/Schema/constants .ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import path from "path";
|
||||
import { KeyColors } from "../types";
|
||||
|
||||
export const outPaths = {
|
||||
schemes: path.resolve("schemes"),
|
||||
bitmaps: path.resolve("bitmaps")
|
||||
};
|
||||
|
||||
export const keyColors: KeyColors = {
|
||||
watch: "#FF0000",
|
||||
base: "#00FF00",
|
||||
outline: "#0000FF"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue