Created
August 23, 2018 15:53
-
-
Save mikeconley/89d7dbc714391642772ee9ebf64d574b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"description": "mconley's wacky theme", | |
"manifest_version": 2, | |
"name": "mconley_wacky_theme", | |
"version": "1.0", | |
"theme": { | |
"colors": { | |
"accentcolor": [ 0, 0, 0], | |
"textcolor": [255, 255, 255], | |
"ntp_background": [50, 10, 10], | |
"ntp_text": "yellow", | |
"sidebar": "red", | |
"sidebar_text": "green", | |
"sidebar_highlight": "purple", | |
"sidebar_highlight_text": "brown" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment