From 776ed2951e88b885810b3f77f3c74e690d985914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 8 Jul 2022 15:56:58 +0000 Subject: [PATCH] Bug 1778468 - Explicitly make "Activist - Balanced" and "Dreamer - Balanced" light themes. r=amy Differential Revision: https://phabricator.services.mozilla.com/D151238 --- browser/themes/BuiltInThemeConfig.jsm | 4 ++-- .../2022-independent-voices/activist/balanced/manifest.json | 6 +++++- .../2022-independent-voices/dreamer/balanced/manifest.json | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/browser/themes/BuiltInThemeConfig.jsm b/browser/themes/BuiltInThemeConfig.jsm index 5039b54a6cb02..de07727f1ff5a 100644 --- a/browser/themes/BuiltInThemeConfig.jsm +++ b/browser/themes/BuiltInThemeConfig.jsm @@ -383,7 +383,7 @@ const BuiltInThemeConfig = new Map([ [ "activist-balanced-colorway@mozilla.org", { - version: "1.1", + version: "1.1.1", path: "resource://builtin-themes/colorways/2022activist/balanced/", collection: "independent-voices", l10nId: { @@ -425,7 +425,7 @@ const BuiltInThemeConfig = new Map([ [ "dreamer-balanced-colorway@mozilla.org", { - version: "1.1", + version: "1.1.1", path: "resource://builtin-themes/colorways/2022dreamer/balanced/", collection: "independent-voices", l10nId: { diff --git a/browser/themes/addons/colorways/2022-independent-voices/activist/balanced/manifest.json b/browser/themes/addons/colorways/2022-independent-voices/activist/balanced/manifest.json index 0c7e296c078fb..033fae8f502b8 100644 --- a/browser/themes/addons/colorways/2022-independent-voices/activist/balanced/manifest.json +++ b/browser/themes/addons/colorways/2022-independent-voices/activist/balanced/manifest.json @@ -7,11 +7,15 @@ }, "name": "Activist – Balanced", "author": "Mozilla", - "version": "1.1", + "version": "1.1.1", "icons": { "32": "icon.svg" }, "theme": { + "properties": { + "color_scheme": "light", + "content_color_scheme": "auto" + }, "colors": { "tab_background_text": "hsl(0, 0%, 100%)", "tab_text": "hsl(0, 0%, 0%)", diff --git a/browser/themes/addons/colorways/2022-independent-voices/dreamer/balanced/manifest.json b/browser/themes/addons/colorways/2022-independent-voices/dreamer/balanced/manifest.json index ee5db16c24104..23442318b18dc 100644 --- a/browser/themes/addons/colorways/2022-independent-voices/dreamer/balanced/manifest.json +++ b/browser/themes/addons/colorways/2022-independent-voices/dreamer/balanced/manifest.json @@ -7,11 +7,15 @@ }, "name": "Dreamer – Balanced", "author": "Mozilla", - "version": "1.1", + "version": "1.1.1", "icons": { "32": "icon.svg" }, "theme": { + "properties": { + "color_scheme": "light", + "content_color_scheme": "auto" + }, "colors": { "tab_background_text": "hsl(0, 0%, 100%)", "tab_text": "hsl(0, 0%, 0%)",