💄 Add "Darker" theme

This commit is contained in:
2023-08-27 15:37:18 +02:00
parent f11fe89835
commit 2895efc43b
5 changed files with 32 additions and 8 deletions

View File

@ -12,8 +12,9 @@ import i18n, { language, localeNames } from "@/i18n";
$t('settings.theme.auto'),
$t('settings.theme.light'),
$t('settings.theme.dark'),
$t('settings.theme.darker'),
]"
:values="['auto', 'light', 'dark']"
:values="['auto', 'light', 'dark', 'darker']"
v-model="theme"
/>
<div class="spacer" />