mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 05:39:35 +02:00
8 lines
No EOL
123 B
TypeScript
8 lines
No EOL
123 B
TypeScript
export interface Theme {
|
|
name: string;
|
|
colors: {
|
|
background: string;
|
|
primary: string;
|
|
accent: string;
|
|
}
|
|
} |