mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 22:43:11 +08:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
@@ -2,6 +2,7 @@ import {
|
||||
DockerSettingsForm,
|
||||
OtherSettingsForm,
|
||||
SearchForm,
|
||||
ThemeSettingsForm,
|
||||
WeatherForm,
|
||||
} from '../../interfaces';
|
||||
|
||||
@@ -43,3 +44,7 @@ export const dockerSettingsTemplate: DockerSettingsForm = {
|
||||
kubernetesApps: true,
|
||||
unpinStoppedApps: true,
|
||||
};
|
||||
|
||||
export const themeSettingsTemplate: ThemeSettingsForm = {
|
||||
defaultTheme: 'tron',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user