mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 01:45:17 +02:00
Added user themes section to Theme settings
This commit is contained in:
parent
89bd921875
commit
48e28b9abd
10 changed files with 136 additions and 44 deletions
|
@ -7,4 +7,5 @@ export interface ThemeColors {
|
|||
export interface Theme {
|
||||
name: string;
|
||||
colors: ThemeColors;
|
||||
isCustom: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue