From 32e7857449099044afecc1ca3e8c67122ff1ccc7 Mon Sep 17 00:00:00 2001 From: FaBjE <5355001+FaBjE@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:59:01 +0200 Subject: [PATCH 1/2] Add "Properties" section to select dark theme Auto-detects dark theme on websites Sets style for settings pages https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/theme#properties --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index df68b65..c0f99bb 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,14 @@ "toolbar_text": "rgb(255, 255, 255)", "toolbar_top_separator": "rgb(40, 42, 54)", "toolbar_vertical_separator": "rgb(98, 114, 164)" + }, + "properties": { + "color_scheme": "dark", + "panel_hover": "color-mix(in srgb, currentColor 9%, transparent)", + "panel_active": "color-mix(in srgb, currentColor 14%, transparent)", + "panel_active_darker": "color-mix(in srgb, currentColor 25%, transparent)", + "toolbar_field_icon_opacity": "1", + "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)" } } } From 1ec26bdbba76caa5c78f2f1167e836e1c2e60cc7 Mon Sep 17 00:00:00 2001 From: Fabje <5355001+FaBjE@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:56:31 +0200 Subject: [PATCH 2/2] Update version number --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c0f99bb..9477742 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.9.2", + "version": "1.9.3", "name": "Dracula Dark Theme", "short_name": "Dracula", "theme": {