mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
🧹 cleanup
This commit is contained in:
parent
2e4981d161
commit
c957fbf177
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
import path from "path";
|
|
||||||
import { Colors } from "../types";
|
|
||||||
|
|
||||||
export const outPaths = {
|
|
||||||
schemes: path.resolve("schemes"),
|
|
||||||
bitmaps: path.resolve("bitmaps")
|
|
||||||
};
|
|
||||||
|
|
||||||
export const keyColors: Colors = {
|
|
||||||
watch: {
|
|
||||||
background: "#FF0000"
|
|
||||||
},
|
|
||||||
base: "#00FF00",
|
|
||||||
outline: "#0000FF"
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue