Skip to content

Instantly share code, notes, and snippets.

@LucasOe
Created March 20, 2023 18:40
Show Gist options
  • Save LucasOe/c3841781512018f0e5ed4d08c5c16aba to your computer and use it in GitHub Desktop.
Save LucasOe/c3841781512018f0e5ed4d08c5c16aba to your computer and use it in GitHub Desktop.
{
"name":"Chrome OneDark",
"version":"1.01",
"description":"OneDark theme for Chrome",
"manifest_version":2,
"theme":{
"colors":{
"frame":[21,21,21],
"frame_inactive":[21,21,21],
"frame_incognito":[21,21,21],
"frame_incognito_inactive":[21,21,21],
"background_tab":[32,32,32],
"background_tab_inactive":[32,32,32],
"background_tab_incognito":[32,32,32],
"background_tab_incognito_inactive":[32,32,32],
"toolbar":[40,44,52],
"tab_text":[238,238,238],
"tab_background_text":[170,170,170],
"tab_background_text_inactive":[170,170,170],
"tab_background_text_incognito":[170,170,170],
"tab_background_text_incognito_inactive":[170,170,170],
"button_background":[170,170,170,0]
},
"tints":{
"buttons":[0,0,0.8]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment