Created
January 25, 2019 22:45
-
-
Save lrewega/7f370e8918eabe166054005ddf956fed to your computer and use it in GitHub Desktop.
chrome theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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