Skip to content

Instantly share code, notes, and snippets.

@web-devel
Last active September 6, 2018 11:32
Show Gist options
  • Save web-devel/d08293d179855f7bc880f82e51169deb to your computer and use it in GitHub Desktop.
Save web-devel/d08293d179855f7bc880f82e51169deb to your computer and use it in GitHub Desktop.
Chrome dark breeze theme
  • Clone the gist / Download as ZIP
  • In Chrome go to chrome://extensions
  • Enable developer mode
  • Press load unpacked, select folder with repo
{
"manifest_version": 2,
"version": "1.0",
"name": "Dark breeze",
"theme": {
"colors": {
"frame": [47, 50, 50],
"frame_inactive": [60, 60, 64],
"toolbar": [78, 83, 88],
"tab_text": [239, 240, 241],
"tab_background_text": [152, 154, 157],
"bookmark_text": [239, 240, 241],
"ntp_background": [60, 63, 65]
},
"tints": {
"buttons": [0.5, 0.5, 0.75]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment