Created
September 28, 2018 03:50
-
-
Save jaytrovare/febd3e2fd7407e2fa5498d48c420b634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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.", | |
"version": "5.0.2", | |
"icons": { | |
"128": "images/icon128.png" | |
}, | |
"theme": { | |
"images": { | |
"theme_ntp_background": "images/theme_ntp_background.png" | |
}, | |
"colors": { | |
"frame": [32, 33, 36], | |
"frame_inactive": [60, 64, 67], | |
"frame_incognito": [32, 33, 36], | |
"frame_incognito_inactive": [60, 64, 67], | |
"toolbar": [50, 54, 57], | |
"tab_text": [241, 243, 244], | |
"tab_background_text": [154, 160, 166], | |
"bookmark_text": [241, 243, 244], | |
"ntp_background": [50, 54, 57], | |
"ntp_text": [255, 255, 255] | |
}, | |
"tints": { | |
"buttons": [-1, -1, 0.96] | |
}, | |
"properties": { | |
"ntp_logo_alternate": 1, | |
"ntp_background_repeat": "repeat" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment