mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 23:58:30 -04:00
❤ variable name changed
This commit is contained in:
parent
b004279cba
commit
2e4981d161
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ type Colors = {
|
|||
};
|
||||
|
||||
interface ThemeColors {
|
||||
[name: string]: Colors;
|
||||
[themeName: string]: Colors;
|
||||
}
|
||||
|
||||
interface PixelDiffRate {
|
||||
|
@ -35,4 +35,5 @@ interface PixelDiffRate {
|
|||
rate: number;
|
||||
};
|
||||
}
|
||||
|
||||
export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue