mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 02:05:12 -04:00
🌈 Color Schemes
This commit is contained in:
parent
9cdc8eea00
commit
dda6cd6d14
1 changed files with 3 additions and 9 deletions
|
@ -23,18 +23,12 @@ const white = "#FFFFFF";
|
||||||
|
|
||||||
const colorSchemes: ColorSchema = {
|
const colorSchemes: ColorSchema = {
|
||||||
Ice: {
|
Ice: {
|
||||||
base: black,
|
base: white,
|
||||||
outline: white,
|
outline: black
|
||||||
watch: {
|
|
||||||
background: white
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
Classic: {
|
Classic: {
|
||||||
base: black,
|
base: black,
|
||||||
outline: white,
|
outline: white
|
||||||
watch: {
|
|
||||||
background: black
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue