Skip to content

Commit

Permalink
Add back in omnibox colour for Chrome 81
Browse files Browse the repository at this point in the history
Move theme to "deprecated" status.
  • Loading branch information
Fiddle-N committed Mar 5, 2020
1 parent ddd82af commit 6b76e87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"manifest_version": 2,

"name": "Material Incognito Dark Theme",
"description": "A theme that adds the dark Incognito Mode colour scheme to the normal mode of Chrome.",
"description": "This theme has been deprecated in favour of the official Google Chrome dark theme.",

"version": "5.1.0",
"version": "5.2.0",

"icons": {
"128": "images/icon128.png"
Expand All @@ -28,7 +28,9 @@
"tab_background_text_incognito_inactive": [168, 171, 175],
"bookmark_text": [241, 243, 244],
"ntp_background": [50, 54, 57],
"ntp_text": [255, 255, 255]
"ntp_text": [255, 255, 255],
"omnibox_background": [32, 33, 36],
"omnibox_text": [255, 255, 255]
},
"tints": {
"buttons": [-1, -1, 0.96]
Expand Down

0 comments on commit 6b76e87

Please sign in to comment.