From c002e585fcbfc89b2c345a10c0663336f31442af Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:16:24 -0400 Subject: Set better popupTheme and popupOuterTheme defaults and add browser theme option to welcome page (#1085) --- ext/data/schemas/options-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/data/schemas') 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", -- cgit v1.2.3