Skip to content

Instantly share code, notes, and snippets.

@lrewega
Created January 25, 2019 22:45
Show Gist options
  • Save lrewega/7f370e8918eabe166054005ddf956fed to your computer and use it in GitHub Desktop.
Save lrewega/7f370e8918eabe166054005ddf956fed to your computer and use it in GitHub Desktop.
chrome theme
{
"manifest_version": 3,
"version": "1",
"name": "theme",
"description": "a theme for chrome",
"theme": {
"colors": {
"frame": [ 151, 210, 92 ],
"frame_inactive": [ 204, 233, 175 ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment