aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-12-28 15:55:42 +0200
committerHenry Jameson <me@hjkos.com>2019-12-28 15:55:42 +0200
commite5a34870f0f7154712783fb6d9c20edf4c06ad35 (patch)
treedfb04a3edb8b64f8ff2d5c2b7cb2b558692cdc1c /src/components/style_switcher/style_switcher.js
parentb8f4b18ae5e362bce97553cf4bcde1749b6fea32 (diff)
Accent works
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
-rw-r--r--src/components/style_switcher/style_switcher.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index ebde4475..1e512407 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -46,7 +46,8 @@ export default {
keepFonts: false,
textColorLocal: '',
- linkColorLocal: '',
+ accentColorLocal: undefined,
+ linkColorLocal: undefined,
bgColorLocal: '',
bgOpacityLocal: undefined,
@@ -132,6 +133,8 @@ export default {
fgText: this.fgTextColorLocal,
fgLink: this.fgLinkColorLocal,
+ accent: this.accentColorLocal,
+
panel: this.panelColorLocal,
panelText: this.panelTextColorLocal,
panelLink: this.panelLinkColorLocal,