This commit is contained in:
Henry Jameson 2020-12-16 18:28:10 +02:00
parent c197756767
commit 5cb41c7175
2 changed files with 10 additions and 0 deletions

View file

@ -616,6 +616,15 @@
:disabled="underlayOpacityLocal === 'transparent'" :disabled="underlayOpacityLocal === 'transparent'"
/> />
</div> </div>
<div class="color-item">
<h4>{{ $t('settings.style.advanced_colors.wallpaper') }}</h4>
<ColorInput
v-model="wallpaperColorLocal"
name="wallpaper"
:label="$t('settings.style.advanced_colors.wallpaper')"
:fallback="previewTheme.colors.wallpaper"
/>
</div>
<div class="color-item"> <div class="color-item">
<h4>{{ $t('settings.style.advanced_colors.poll') }}</h4> <h4>{{ $t('settings.style.advanced_colors.poll') }}</h4>
<ColorInput <ColorInput

View file

@ -516,6 +516,7 @@
"inputs": "Input fields", "inputs": "Input fields",
"faint_text": "Faded text", "faint_text": "Faded text",
"underlay": "Underlay", "underlay": "Underlay",
"wallpaper": "Wallpaper",
"poll": "Poll graph", "poll": "Poll graph",
"icons": "Icons", "icons": "Icons",
"highlight": "Highlighted elements", "highlight": "Highlighted elements",