mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -04:00
🌈 Unlock all color schemes
This commit is contained in:
parent
70e7db05e7
commit
c5ebeb06d2
1 changed files with 19 additions and 19 deletions
|
@ -5,27 +5,27 @@ const black = "#000000";
|
|||
const white = "#FFFFFF";
|
||||
|
||||
// Schemes Colors
|
||||
// const adwaita = "#272728";
|
||||
// const amber = "#FF8300";
|
||||
// const breezeDark = "#4A4C49";
|
||||
const adwaita = "#272728";
|
||||
const amber = "#FF8300";
|
||||
const breezeDark = "#4A4C49";
|
||||
|
||||
const colorSchemes: ColorSchemes = {
|
||||
// Adwaita: {
|
||||
// base: adwaita,
|
||||
// outline: white
|
||||
// },
|
||||
// Amber: {
|
||||
// base: amber,
|
||||
// outline: white
|
||||
// },
|
||||
// Breeze: {
|
||||
// base: breezeDark,
|
||||
// outline: white
|
||||
// },
|
||||
// Classic: {
|
||||
// base: black,
|
||||
// outline: white
|
||||
// },
|
||||
Adwaita: {
|
||||
base: adwaita,
|
||||
outline: white
|
||||
},
|
||||
Amber: {
|
||||
base: amber,
|
||||
outline: white
|
||||
},
|
||||
Breeze: {
|
||||
base: breezeDark,
|
||||
outline: white
|
||||
},
|
||||
Classic: {
|
||||
base: black,
|
||||
outline: white
|
||||
},
|
||||
Ice: {
|
||||
base: white,
|
||||
outline: black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue