Skip to content

Commit

Permalink
Updated for Firefox 89+
Browse files Browse the repository at this point in the history
Added new items for Firefox 89 and removed unsupported calls.  I also changed some of the focus items to make it not look so harsh in the updated UI.
  • Loading branch information
Zorziel authored Jun 2, 2021
1 parent 6a7b3e9 commit 8989f1d
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "3.1",
"version": "3.5",
"name": "Dark Gold",
"theme": {
"images": {
Expand All @@ -17,18 +17,33 @@
]
},
"colors": {
"toolbar": "rgb(48, 48, 48)",
"toolbar_text": "rgb(255, 150, 3)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(125, 125, 125)",
"toolbar_field": "rgb(23, 23, 23)",
"toolbar_field_text": "rgb(255, 150, 3)",
"tab_line": "rgb(255, 150, 3)",
"popup": "rgb(35, 35, 35)",
"popup_text": "rgb(255, 150, 3)",
"tab_loading": "rgb(255, 150, 3)",
"ntp_background": "rgb(48, 48, 48)",
"ntp_text": "rgb(255, 150, 3)"
"toolbar": "rgb(48, 48, 48)",
"toolbar_text": "rgb(255, 150, 3)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(125, 125, 125)",
"toolbar_field": "rgb(23, 23, 23)",
"toolbar_field_text": "rgb(255, 150, 3)",
"toolbar_field_border_focus": "rgb(255, 150, 3)",
"toolbar_field_highlight": "rgb(255, 150, 3)",
"toolbar_field_highlight_text": "rgb(23, 23, 23)",
"popup": "rgb(35, 35, 35)",
"popup_text": "rgb(255, 150, 3)",
"tab_loading": "rgb(255, 150, 3)",
"ntp_background": "rgb(48, 48, 48)",
"ntp_text": "rgb(255, 150, 3)",
"sidebar": "rgb(35, 35, 35)",
"sidebar_text": "rgb(255, 150, 3)",
"bookmark_text": "rgb(255, 150, 3)",
"icons_attention": "rgb(255, 150, 3)",
"popup_highlight": "rgb(255, 150, 3)",
"popup_highlight_text": "rgb(23, 23, 23)",
"sidebar_highlight": "rgb(255, 150, 3)",
"sidebar_highlight_text": "rgb(23, 23, 23)",
"tab_line": "rgb(48, 48, 48)",
"tab_selected": "rgb(48, 48, 48)",
"tab_text": "rgb(255, 150, 3)",
"toolbar_field_border": "rgb(23, 23, 23)",
"toolbar_top_separator": "rgb(23, 23, 23)"
}
}
}

0 comments on commit 8989f1d

Please sign in to comment.