Skip to content

Instantly share code, notes, and snippets.

@natebass
Last active August 29, 2015 14:11
Show Gist options
  • Save natebass/9873b2365296339f474b to your computer and use it in GitHub Desktop.
Save natebass/9873b2365296339f474b to your computer and use it in GitHub Desktop.
Ubuntu Chrome Theme
// frame.jpg is 1000 x 120 of plain #3b3c37
{
"name": "Ubuntu",
"manifest_version": 2,
"version": "2.6",
"theme": {
"colors": {
"tab_text": [ 223, 219, 210 ],
"tab_background_text": [ 120, 127, 109 ],
"bookmark_text": [ 223, 219, 210 ],
"button_background": [ 223, 219, 210 ]
},
"images": {
"theme_frame": "images/frame.png",
"theme_frame_inactive": "images/frame.png",
"theme_frame_incognito": "images/frame.png",
"theme_frame_incognito_inactive": "images/frame.png",
"theme_toolbar": "images/frame.png",
"theme_tab_background": "images/frame.png",
"theme_tab_background_incognito": "images/frame.png",
"theme_tab_background_v": "images/frame.png",
"theme_frame_overlay": "images/frame.png",
"theme_frame_overlay_inactive": "images/frame.png",
"theme_button_background": "images/frame.png",
"theme_window_control_background": "images/frame.png"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment