aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/options-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r--ext/data/schemas/options-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 91e01ace..f4748e69 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -226,12 +226,12 @@
"popupTheme": {
"type": "string",
"enum": ["light", "dark", "browser"],
- "default": "light"
+ "default": "browser"
},
"popupOuterTheme": {
"type": "string",
"enum": ["light", "dark", "browser", "site"],
- "default": "light"
+ "default": "site"
},
"customPopupCss": {
"type": "string",