mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 23:58:30 -04:00
💡 Code Reduce
This commit is contained in:
parent
f8cab9507c
commit
c89c470aec
1 changed files with 12 additions and 14 deletions
|
@ -23,22 +23,25 @@ const watchColors = {
|
||||||
color4: green // top-left shape color
|
color4: green // top-left shape color
|
||||||
};
|
};
|
||||||
|
|
||||||
// --------------------------------------- Schemes🌈
|
// --------------------------------------- Custimized Corner Colors (Bibata Style) 🚀
|
||||||
|
|
||||||
|
const customize = {
|
||||||
|
"top_right_corner.svg": { base: red },
|
||||||
|
"bottom_right_corner.svg": { base: yellow },
|
||||||
|
"bottom_left_corner.svg": { base: green },
|
||||||
|
"top_left_corner.svg": { base: blue }
|
||||||
|
};
|
||||||
|
|
||||||
|
// --------------------------------------- Schemes🌈
|
||||||
const colorSchemes: ColorSchema = {
|
const colorSchemes: ColorSchema = {
|
||||||
Ice: {
|
Ice: {
|
||||||
base: black,
|
base: black,
|
||||||
outline: white,
|
outline: white,
|
||||||
watch: {
|
watch: {
|
||||||
background: black,
|
background: white,
|
||||||
...watchColors
|
...watchColors
|
||||||
},
|
},
|
||||||
customize: {
|
customize
|
||||||
"top_right_corner.svg": { base: red },
|
|
||||||
"bottom_right_corner.svg": { base: yellow },
|
|
||||||
"bottom_left_corner.svg": { base: green },
|
|
||||||
"top_left_corner.svg": { base: blue }
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
Classic: {
|
Classic: {
|
||||||
base: black,
|
base: black,
|
||||||
|
@ -47,12 +50,7 @@ const colorSchemes: ColorSchema = {
|
||||||
background: black,
|
background: black,
|
||||||
...watchColors
|
...watchColors
|
||||||
},
|
},
|
||||||
customize: {
|
customize
|
||||||
"top_right_corner.svg": { base: red },
|
|
||||||
"bottom_right_corner.svg": { base: yellow },
|
|
||||||
"bottom_left_corner.svg": { base: green },
|
|
||||||
"top_left_corner.svg": { base: blue }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue