mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 16:38:44 -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 {
|
interface ThemeColors {
|
||||||
[name: string]: Colors;
|
[themeName: string]: Colors;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface PixelDiffRate {
|
interface PixelDiffRate {
|
||||||
|
@ -35,4 +35,5 @@ interface PixelDiffRate {
|
||||||
rate: number;
|
rate: number;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate };
|
export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue