mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Initial commit
This commit is contained in:
8
client/src/interfaces/Theme.ts
Normal file
8
client/src/interfaces/Theme.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Theme {
|
||||
name: string;
|
||||
colors: {
|
||||
background: string;
|
||||
primary: string;
|
||||
accent: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user