mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
✨ Add 🔍 (#238)
* ✨ add 🔍 for Improving SEO * Update gitmojis.json * 💄 add mag color on style file
This commit is contained in:
parent
17daee4fe9
commit
10bed7bcc2
@ -411,6 +411,13 @@
|
||||
"code": ":alembic:",
|
||||
"description": "Experimenting new things",
|
||||
"name": "alembic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"emoji": "🔍",
|
||||
"entity": "🔍" ,
|
||||
"code": ":mag:",
|
||||
"description": "Improving SEO",
|
||||
"name": "mag"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -66,6 +66,7 @@ $egg: #77e856;
|
||||
$seeNoEvil: #8bdfe7;
|
||||
$cameraFlash: #00a9f0;
|
||||
$alembic: #7f39fb;
|
||||
$mag: #ffe55f;
|
||||
|
||||
$gitmojis: (
|
||||
art: $art,
|
||||
@ -126,5 +127,6 @@ $gitmojis: (
|
||||
egg: $egg,
|
||||
see-no-evil: $seeNoEvil,
|
||||
camera-flash: $cameraFlash,
|
||||
alembic: $alembic
|
||||
alembic: $alembic,
|
||||
mag: $mag
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user