styles/themes/theme.ts 🔗
@@ -62,6 +62,7 @@ export interface Syntax {
};
export default interface Theme {
+ name: string;
backgroundColor: {
100: BackgroundColor;
300: BackgroundColor;
Nate Butler created
styles/themes/theme.ts | 1 +
1 file changed, 1 insertion(+)
@@ -62,6 +62,7 @@ export interface Syntax {
};
export default interface Theme {
+ name: string;
backgroundColor: {
100: BackgroundColor;
300: BackgroundColor;