|
|
|
@ -71,7 +71,7 @@ export default class ThemeOptions extends OptionsWidget {
|
|
|
|
{ val: 'next', title: t("theme.triliumnext") },
|
|
|
|
{ val: 'next', title: t("theme.triliumnext") },
|
|
|
|
{ val: 'next-light', title: t("theme.triliumnext-light") },
|
|
|
|
{ val: 'next-light', title: t("theme.triliumnext-light") },
|
|
|
|
{ val: 'next-dark', title: t("theme.triliumnext-dark") },
|
|
|
|
{ val: 'next-dark', title: t("theme.triliumnext-dark") },
|
|
|
|
{ val: 'system', title: t('theme.system_theme') },
|
|
|
|
{ val: 'auto', title: t('theme.auto_theme') },
|
|
|
|
{ val: 'light', title: t('theme.light_theme') },
|
|
|
|
{ val: 'light', title: t('theme.light_theme') },
|
|
|
|
{ val: 'dark', title: t('theme.dark_theme') }
|
|
|
|
{ val: 'dark', title: t('theme.dark_theme') }
|
|
|
|
].concat(await server.get('options/user-themes'));
|
|
|
|
].concat(await server.get('options/user-themes'));
|
|
|
|
|