Add ⚗(#242)

Fixes #241
This commit is contained in:
Charles-Henri GUERIN 2018-09-08 23:25:24 +02:00 committed by Carlos Cuesta
parent 8e75139975
commit 2b841d8fbc
2 changed files with 10 additions and 1 deletions

View File

@ -404,6 +404,13 @@
"code": ":camera_flash:",
"description": "Adding or updating snapshots",
"name": "camera-flash"
},
{
"emoji": "⚗",
"entity": "📸" ,
"code": ":alembic:",
"description": "Experimenting new things",
"name": "alembic"
}
]
}

View File

@ -65,6 +65,7 @@ $clownFace: #ff7281;
$egg: #77e856;
$seeNoEvil: #8bdfe7;
$cameraFlash: #00a9f0;
$alembic: #7f39fb;
$gitmojis: (
art: $art,
@ -124,5 +125,6 @@ $gitmojis: (
clown-face: $clownFace,
egg: $egg,
see-no-evil: $seeNoEvil,
camera-flash: $cameraFlash
camera-flash: $cameraFlash,
alembic: $alembic
)