mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -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 = {
|
||||
Ice: {
|
||||
base: "#FFFFFF",
|
||||
outline: "#000000"
|
||||
outline: "#000000",
|
||||
watchBackground: "#000000"
|
||||
},
|
||||
Classic: {
|
||||
base: "#000000",
|
||||
outline: "#FFFFFF"
|
||||
outline: "#FFFFFF",
|
||||
watchBackground: "#FFFFFF"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue