mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
feat: add a pure black theme
This commit is contained in:
parent
d1ff3d681b
commit
a3bd213a56
3 changed files with 11 additions and 3 deletions
|
@ -130,6 +130,7 @@ onMounted(() => {
|
|||
@change="setTheme($event.target.value)">
|
||||
<option value="dark">{{ t('pref.dark') }}</option>
|
||||
<option value="light">{{ t('pref.light') }}</option>
|
||||
<option value="black">{{ t('pref.black') }}</option>
|
||||
<option value="blur">{{ t('pref.blur') }}</option>
|
||||
<option value="light blur">{{ t('pref.blur_light') }}</option>
|
||||
<option value="dracula">{{ t('pref.dracula') }}</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue