mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
🌈 Colors typing
This commit is contained in:
parent
a1bd16e551
commit
06ad25e924
1 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
|||
import path from "path";
|
||||
import { KeyColors } from "../types";
|
||||
import { Colors } from "../types";
|
||||
|
||||
export const outPaths = {
|
||||
schemes: path.resolve("schemes"),
|
||||
bitmaps: path.resolve("bitmaps")
|
||||
};
|
||||
|
||||
export const keyColors: KeyColors = {
|
||||
watch: "#FF0000",
|
||||
export const keyColors: Colors = {
|
||||
base: "#00FF00",
|
||||
outline: "#0000FF"
|
||||
outline: "#0000FF",
|
||||
watch: {
|
||||
background: "#FF0000"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue