mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
parent
8e75139975
commit
2b841d8fbc
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user