Added support to change colors of each block.

This commit is contained in:
deepjyoti30
2020-06-05 20:09:33 +05:30
parent 4b521b5a60
commit a7a4d6ce08
2 changed files with 47 additions and 11 deletions

View File

@@ -9,13 +9,16 @@
{ "name": "Youtube", "url": "https://youtube.com" }
]
},
{ "name": "work", "links": [
{ "name": "work",
"color": "#26A69A",
"links": [
{ "name": "Github", "url": "https://github.com" },
{ "name": "Heroku", "url": "http://heroku.com/" },
{ "name": "localhost", "url": "http://localhost:8000/" }
]
},
{ "name": "social", "links": [
{ "name": "social",
"links": [
{ "name": "Reddit", "url": "https://reddit.com" },
{ "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" },
{ "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" },
@@ -23,7 +26,8 @@
]
},
{
"name": "Others", "links": [
"name": "Others",
"links": [
{"name": "Material Colors", "url": "http://materialuicolors.co/"},
{"name": "Gmail", "url": "http://gmail.com/"},
{"name": "neo4j Local", "url": "http://localhost:7474/"},