diff options
| author | Henry Jameson <me@hjkos.com> | 2020-12-16 18:28:10 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-12-16 18:28:10 +0200 |
| commit | 5cb41c7175bd8030f55aee5965d8420929fb9855 (patch) | |
| tree | f05cb9b231ddb87eb4f096b9c7847c399f069756 | |
| parent | c1977567677385bef3f27ba0f8d20e13e07cd9e9 (diff) | |
theme ui
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/theme_tab.vue | 9 | ||||
| -rw-r--r-- | src/i18n/en.json | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue index 4ab793d6..b8add42f 100644 --- a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue +++ b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue @@ -617,6 +617,15 @@ /> </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"> <h4>{{ $t('settings.style.advanced_colors.poll') }}</h4> <ColorInput v-model="pollColorLocal" diff --git a/src/i18n/en.json b/src/i18n/en.json index 7c8bfec2..d1de8f34 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -516,6 +516,7 @@ "inputs": "Input fields", "faint_text": "Faded text", "underlay": "Underlay", + "wallpaper": "Wallpaper", "poll": "Poll graph", "icons": "Icons", "highlight": "Highlighted elements", |
