Last active
October 26, 2019 07:14
-
-
Save patrykpoborca/4bff4e4cc1b00c5f816dbee75c1528f3 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
{ | |
"minimumVersion": "1.0.0", | |
"currentVersion": "1.0.1", | |
"eventTypes": [ | |
{ "name": "Project", | |
"highlightColor": "#FFEFEF", | |
"borderColor": "#B139B3", | |
"gradient": { | |
"start": "#F2444E", | |
"end": "#B139B3" | |
}, | |
"icon": "https://i.imgur.com/xfDIR5H.png", | |
"id": "1" | |
}, | |
{ "name": "Work", | |
"highlightColor": "#EFFFED", | |
"borderColor": "#52B343", | |
"gradient": { | |
"start": "#86E0A4", | |
"end": "#61C851" | |
}, | |
"icon": "https://i.imgur.com/Ic1p5rh.png", | |
"id": "2" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment