mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 23:58:30 -04:00
🔧 Bibata Classic config
This commit is contained in:
parent
a028a8ef7e
commit
55ff479170
1 changed files with 5 additions and 1 deletions
|
@ -11,8 +11,12 @@ if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨
|
||||||
// --------------------------------------- 🌈 Cursors Variants 🌈
|
// --------------------------------------- 🌈 Cursors Variants 🌈
|
||||||
const colorSchemes: ColorSchema = {
|
const colorSchemes: ColorSchema = {
|
||||||
Ice: {
|
Ice: {
|
||||||
base: "#ffffff",
|
base: "#FFFFFF",
|
||||||
outline: "#000000"
|
outline: "#000000"
|
||||||
|
},
|
||||||
|
Classic: {
|
||||||
|
base: "#000000",
|
||||||
|
outline: "#FFFFFF"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue