mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 18:05:18 +02:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
parent
426766225b
commit
e2285e2deb
20 changed files with 156 additions and 54 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue