mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Added user themes section to Theme settings
This commit is contained in:
@@ -7,4 +7,5 @@ export interface ThemeColors {
|
||||
export interface Theme {
|
||||
name: string;
|
||||
colors: ThemeColors;
|
||||
isCustom: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user