mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 02:05:12 -04:00
🌈 watch Background Color
This commit is contained in:
parent
f9ba957ee6
commit
370cd5c17b
1 changed files with 4 additions and 2 deletions
|
@ -13,11 +13,13 @@ const schemesPath = path.resolve("./src/svg");
|
||||||
const colorSchemes: ColorSchema = {
|
const colorSchemes: ColorSchema = {
|
||||||
Ice: {
|
Ice: {
|
||||||
base: "#FFFFFF",
|
base: "#FFFFFF",
|
||||||
outline: "#000000"
|
outline: "#000000",
|
||||||
|
watchBackground: "#000000"
|
||||||
},
|
},
|
||||||
Classic: {
|
Classic: {
|
||||||
base: "#000000",
|
base: "#000000",
|
||||||
outline: "#FFFFFF"
|
outline: "#FFFFFF",
|
||||||
|
watchBackground: "#FFFFFF"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue