mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 10:15:11 -04:00
🌈 More Colors typing
This commit is contained in:
parent
131b5b8572
commit
c264a10e14
1 changed files with 13 additions and 1 deletions
|
@ -2,7 +2,19 @@ interface ColorSchema {
|
||||||
[name: string]: {
|
[name: string]: {
|
||||||
base: string;
|
base: string;
|
||||||
outline: string;
|
outline: string;
|
||||||
watchBackground: string;
|
watch?: {
|
||||||
|
background: string;
|
||||||
|
color1: string;
|
||||||
|
color2: string;
|
||||||
|
color3: string;
|
||||||
|
color4: string;
|
||||||
|
};
|
||||||
|
customize?: {
|
||||||
|
[name: string]: {
|
||||||
|
outline?: string;
|
||||||
|
base?: string;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue