Skip to content

Commit

Permalink
Bug 1778468 - Explicitly make "Activist - Balanced" and "Dreamer - Ba…
Browse files Browse the repository at this point in the history
…lanced" light themes. r=amy

Differential Revision: https://phabricator.services.mozilla.com/D151238
  • Loading branch information
daogottwald committed Jul 8, 2022
1 parent ebd6957 commit 776ed29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser/themes/BuiltInThemeConfig.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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%)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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%)",
Expand Down

0 comments on commit 776ed29

Please sign in to comment.