mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -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 = {
|
||||
Ice: {
|
||||
base: black,
|
||||
outline: white,
|
||||
watch: {
|
||||
background: white
|
||||
}
|
||||
base: white,
|
||||
outline: black
|
||||
},
|
||||
Classic: {
|
||||
base: black,
|
||||
outline: white,
|
||||
watch: {
|
||||
background: black
|
||||
}
|
||||
outline: white
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue