mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-08 13:33:11 +08:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
@@ -28,4 +28,5 @@ export const configTemplate: Config = {
|
||||
monthSchema:
|
||||
'January;February;March;April;May;June;July;August;September;October;November;December',
|
||||
showTime: false,
|
||||
defaultTheme: 'tron',
|
||||
};
|
||||
|
||||
@@ -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