Skip to content

Instantly share code, notes, and snippets.

@NaniteFactory
Created December 19, 2018 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaniteFactory/cb072db0f9df5e7fe1cdd3125873c0f0 to your computer and use it in GitHub Desktop.
Save NaniteFactory/cb072db0f9df5e7fe1cdd3125873c0f0 to your computer and use it in GitHub Desktop.
chrome theme
{
"manifest_version": 2,
"name": "Orange frame with distinguishable gray tabs",
"version": "0.1",
"theme": {
"colors": {
"background_tab": [ 210, 213, 217 ],
"background_tab_inactive": [ 213, 215, 220 ],
"background_tab_incognito": [ 38, 39, 42 ],
"background_tab_incognito_inactive": [ 53, 56, 58 ],
"frame": [ 247, 99, 12 ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment