mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -04:00
🌈 Bibata Amber Scheme added
This commit is contained in:
parent
dda6cd6d14
commit
6d38ab5ad9
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@ const baseKeyColor = "#00FF00"; // green Key
|
||||||
const outlineKeyColor = "#0000FF"; // blue Key
|
const outlineKeyColor = "#0000FF"; // blue Key
|
||||||
|
|
||||||
const black = "#000000";
|
const black = "#000000";
|
||||||
|
const amber = "#FF8300";
|
||||||
const white = "#FFFFFF";
|
const white = "#FFFFFF";
|
||||||
|
|
||||||
// --------------------------------------- Schemes🌈
|
// --------------------------------------- Schemes🌈
|
||||||
|
@ -29,6 +30,10 @@ const colorSchemes: ColorSchema = {
|
||||||
Classic: {
|
Classic: {
|
||||||
base: black,
|
base: black,
|
||||||
outline: white
|
outline: white
|
||||||
|
},
|
||||||
|
Amber: {
|
||||||
|
base: amber,
|
||||||
|
outline: white
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue