🎨 Add hankey colors, update contributors.

Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
This commit is contained in:
Carlos Cuesta 2016-11-20 13:29:20 +01:00
parent 52e4859acc
commit fdf0efb43e
No known key found for this signature in database
GPG Key ID: 61C42E9291BDFAFD
3 changed files with 63 additions and 2 deletions

View File

@ -17,7 +17,27 @@
"received_events_url": "https://api.github.com/users/carloscuesta/received_events",
"type": "User",
"site_admin": false,
"contributions": 70
"contributions": 74
},
{
"login": "Spidersouris",
"id": 7102007,
"avatar_url": "https://avatars.githubusercontent.com/u/7102007?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/Spidersouris",
"html_url": "https://github.com/Spidersouris",
"followers_url": "https://api.github.com/users/Spidersouris/followers",
"following_url": "https://api.github.com/users/Spidersouris/following{/other_user}",
"gists_url": "https://api.github.com/users/Spidersouris/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Spidersouris/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Spidersouris/subscriptions",
"organizations_url": "https://api.github.com/users/Spidersouris/orgs",
"repos_url": "https://api.github.com/users/Spidersouris/repos",
"events_url": "https://api.github.com/users/Spidersouris/events{/privacy}",
"received_events_url": "https://api.github.com/users/Spidersouris/received_events",
"type": "User",
"site_admin": false,
"contributions": 2
},
{
"login": "duivvv",
@ -119,6 +139,26 @@
"site_admin": false,
"contributions": 1
},
{
"login": "jmona789",
"id": 13789757,
"avatar_url": "https://avatars.githubusercontent.com/u/13789757?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/jmona789",
"html_url": "https://github.com/jmona789",
"followers_url": "https://api.github.com/users/jmona789/followers",
"following_url": "https://api.github.com/users/jmona789/following{/other_user}",
"gists_url": "https://api.github.com/users/jmona789/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jmona789/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jmona789/subscriptions",
"organizations_url": "https://api.github.com/users/jmona789/orgs",
"repos_url": "https://api.github.com/users/jmona789/repos",
"events_url": "https://api.github.com/users/jmona789/events{/privacy}",
"received_events_url": "https://api.github.com/users/jmona789/received_events",
"type": "User",
"site_admin": false,
"contributions": 1
},
{
"login": "marthesselink",
"id": 21331676,
@ -139,6 +179,26 @@
"site_admin": false,
"contributions": 1
},
{
"login": "SergiSMJ",
"id": 13422636,
"avatar_url": "https://avatars.githubusercontent.com/u/13422636?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/SergiSMJ",
"html_url": "https://github.com/SergiSMJ",
"followers_url": "https://api.github.com/users/SergiSMJ/followers",
"following_url": "https://api.github.com/users/SergiSMJ/following{/other_user}",
"gists_url": "https://api.github.com/users/SergiSMJ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SergiSMJ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SergiSMJ/subscriptions",
"organizations_url": "https://api.github.com/users/SergiSMJ/orgs",
"repos_url": "https://api.github.com/users/SergiSMJ/repos",
"events_url": "https://api.github.com/users/SergiSMJ/events{/privacy}",
"received_events_url": "https://api.github.com/users/SergiSMJ/received_events",
"type": "User",
"site_admin": false,
"contributions": 1
},
{
"login": "tupton",
"id": 47334,

View File

@ -37,3 +37,4 @@ $chartWithUpwardsTrend: #CEDAE6;
$globeWithMeridians: #E7F4FF;
$ambulance: #fb584a;
$pencil: #ffce49;
$hankey: #a78674;

View File

@ -237,7 +237,7 @@ main.wrap {
}
}
@each $gitmoji, $color in (art: $art, apple: $apple, bookmark: $bookmark, bug: $bug, checkered-flag: $checkeredFlag, construction: $construction, fire: $fire, green-heart: $greenHeart, lock: $lock, memo: $memo, penguin: $penguin, rocket: $rocket, rotating-light: $rotatingLight, sparkles: $sparkles, white-check-mark: $whiteCheckMark, wrench: $wrench, zap: $zap, construction-worker: $constructionWorker, arrow-up: $arrowUp, arrow-down: $arrowDown, hammer: $hammer, tada: $tada, lipstick: $lipstick, whale: $whale, heavy-plus-sign: $heavyPlusSign, heavy-minus-sign: $heavyMinusSign, chart-with-upwards-trend: $chartWithUpwardsTrend, globe-with-meridians: $globeWithMeridians, ambulance: $ambulance, pencil: $pencil) {
@each $gitmoji, $color in (art: $art, apple: $apple, bookmark: $bookmark, bug: $bug, checkered-flag: $checkeredFlag, construction: $construction, fire: $fire, green-heart: $greenHeart, lock: $lock, memo: $memo, penguin: $penguin, rocket: $rocket, rotating-light: $rotatingLight, sparkles: $sparkles, white-check-mark: $whiteCheckMark, wrench: $wrench, zap: $zap, construction-worker: $constructionWorker, arrow-up: $arrowUp, arrow-down: $arrowDown, hammer: $hammer, tada: $tada, lipstick: $lipstick, whale: $whale, heavy-plus-sign: $heavyPlusSign, heavy-minus-sign: $heavyMinusSign, chart-with-upwards-trend: $chartWithUpwardsTrend, globe-with-meridians: $globeWithMeridians, ambulance: $ambulance, pencil: $pencil, hankey: $hankey) {
.#{$gitmoji} {
background-color: $color;
}