From 451bcab01fd591ec54b63af0fc7084dc9f37928b Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:18:43 -0400 Subject: Add auto option to body theme (#1086) * Add auto option to body theme * Fix firefox bug where themes do not set correctly in settings due to getOptions failing --- 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 f4748e69..dc230620 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -225,8 +225,8 @@ }, "popupTheme": { "type": "string", - "enum": ["light", "dark", "browser"], - "default": "browser" + "enum": ["light", "dark", "browser", "site"], + "default": "site" }, "popupOuterTheme": { "type": "string", -- cgit v1.2.3