diff --git a/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/index.md b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/index.md index 6285cc9c9901f7f..6d96f16b7b99e37 100644 --- a/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/index.md @@ -142,13 +142,7 @@ Images should be 200 pixels high to ensure they always fill the header space ver

- Optional in desktop Firefox 60 onwards. One of - theme_frame or headerURL had to be specified - before Firefox 60. -

-

- In Firefox for Android, headerURL or - theme_frame must be specified. + Optional in desktop Firefox 60 onwards. Required in Firefox for Android.

@@ -379,7 +373,7 @@ All these properties can be specified as either a string containing any valid [C } -

Browser firefox is red with white text. Browsers tabs are lighter red, also with white text. URL bar is very light red with black text

+

Browser firefox is red with white text. Browsers tabs are lighter red, also with white text. URL bar is very light red with black text

@@ -757,7 +751,7 @@ All these properties can be specified as either a string containing any valid [C } -

A screenshot of a browser window with one open tab. Browser is black. Browser's tabs and URL bar are white with red icons and red text. The color of the text in the open tab is red. The text color contrasts well with the black background color of the tab.

+

A screenshot of a browser window with one open tab. Browser is black. Browser's tabs and URL bar are white with red icons and red text. The color of the text in the open tab is red. The text color contrasts well with the black background color of the tab.

@@ -839,10 +833,6 @@ All these properties can be specified as either a string containing any valid [C frame_inactive.

-

- From Firefox 55 to 58, it is incorrectly implemented as alias for - "textcolor" -

See example
@@ -1253,8 +1243,6 @@ All these properties can be specified as either a string containing any valid [C
 
 Additionally, this key accepts various properties that are aliases for one of the properties above. These are provided for compatibility with Chrome. If an alias is given, and the non-alias version is also given, then the value will be taken from the non-alias version.
 
-> **Warning:** Beginning Firefox 70, the following properties are removed: `accentcolor` and `textcolor`. Use `frame` and `tab_background_text` instead. Using these values in themes loaded into Firefox 65 or later will raise warnings.
-
 
@@ -1267,18 +1255,6 @@ Additionally, this key accepts various properties that are aliases for one of th
       
-    
-      
-      
-    
-    
-      
-      
-    
-    
-      
-      
-    
bookmark_text toolbar_text
frameaccentcolor {{Deprecated_Inline}}
frame_inactiveaccentcolor {{Deprecated_Inline}}
tab_background_texttextcolor {{Deprecated_Inline}}
diff --git a/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-frame.png b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-frame.png new file mode 100644 index 000000000000000..676255961754d0b Binary files /dev/null and b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-frame.png differ diff --git a/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-tab_background_text.png b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-tab_background_text.png new file mode 100644 index 000000000000000..7d7c20384eb7913 Binary files /dev/null and b/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/theme-tab_background_text.png differ