|
|
|
@ -69,6 +69,8 @@ export default class ThemeOptions extends OptionsWidget {
|
|
|
|
async optionsLoaded(options) {
|
|
|
|
async optionsLoaded(options) {
|
|
|
|
const themes = [
|
|
|
|
const themes = [
|
|
|
|
{ val: 'next', title: t("theme.triliumnext") },
|
|
|
|
{ val: 'next', title: t("theme.triliumnext") },
|
|
|
|
|
|
|
|
{ val: 'next-light', title: t("theme.triliumnext-light") },
|
|
|
|
|
|
|
|
{ val: 'next-dark', title: t("theme.triliumnext-dark") },
|
|
|
|
{ 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'));
|
|
|
|
|