Skip to content

Commit

Permalink
Update color text inactive tab, compatibility version 78 google chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlog committed Oct 23, 2019
1 parent 8a9680d commit f7f1e65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Neptune",
"version":"1.0.0",
"version":"1.0.1",
"description":"Modern theme for Google Chrome",
"author": "Valentino Pesce",
"homepage_url": "https://github.com/kenlog/neptune",
Expand All @@ -17,10 +17,10 @@
"background_tab_incognito_inactive":[33, 150, 243],
"toolbar":[38, 43, 10],
"tab_text":[33, 150, 243],
"tab_background_text":[53, 59, 99],
"tab_background_text_inactive":[53, 59, 72],
"tab_background_text":[220, 220, 220],
"tab_background_text_inactive":[220, 220, 220],
"tab_background_text_incognito":[254, 254, 254],
"tab_background_text_incognito_inactive":[53, 59, 72],
"tab_background_text_incognito_inactive":[220, 220, 220],
"bookmark_text":[33, 150, 243],
"ntp_background":[53, 59, 72],
"ntp_text":[33, 150, 243],
Expand Down

0 comments on commit f7f1e65

Please sign in to comment.