Skip to content

Instantly share code, notes, and snippets.

@mrmccormack
Last active February 13, 2018 19:21
Show Gist options
  • Save mrmccormack/05cc33af3dc99ee55c74235e70926884 to your computer and use it in GitHub Desktop.
Save mrmccormack/05cc33af3dc99ee55c74235e70926884 to your computer and use it in GitHub Desktop.
Mr. M.'s Chrome Theme on Google Chrome Store
{
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images\/theme_frame.png",
"theme_toolbar": "images\/theme_toolbar.png",
"theme_tab_background": "images\/theme_tab_background.png",
"theme_ntp_background": "images\/theme_ntp_background.jpeg"
},
"colors": {
"frame": [66, 116, 201],
"toolbar": [172, 124, 116],
"tab_text": [255, 255, 255],
"tab_background_text": [23, 9, 21],
"bookmark_text": [23, 9, 21],
"ntp_background": [255, 255, 255],
"ntp_text": [58, 41, 39],
"button_background": [0, 0, 0, 0]
},
"tints": {
"buttons": [0, 0.85, 0.46]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
},
"name": "Lighthouse at sunset",
"version": "2",
"description": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment