Skip to content

Commit

Permalink
Add yellow skin tone
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Dec 14, 2022
1 parent 46c027a commit 9dc69f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
16 changes: 10 additions & 6 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -151,23 +151,27 @@
<key>pairs</key>
<array>
<array>
<string>🏻 Light</string>
<string>👍 None</string>
<string>None</string>
</array>
<array>
<string>👍🏻 Light</string>
<string>Light</string>
</array>
<array>
<string>🏼 Medium-Light</string>
<string>👍🏼 Medium-Light</string>
<string>Medium-Light</string>
</array>
<array>
<string>🏽 Medium</string>
<string>👍🏽 Medium</string>
<string>Medium</string>
</array>
<array>
<string>🏾 Medium-Dark</string>
<string>👍🏾 Medium-Dark</string>
<string>Medium-Dark</string>
</array>
<array>
<string>🏿 Dark</string>
<string>👍🏿 Dark</string>
<string>Dark</string>
</array>
</array>
Expand All @@ -183,7 +187,7 @@
</dict>
</array>
<key>version</key>
<string>1.8.2</string>
<string>1.9.0</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-emoji-mate</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Emoji Mate"
version = "1.8.2"
version = "1.9.0"
description = "Quickly search for emojis"
documentation = "https://github.com/fedecalendino/alfred-emoji-mate/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-emoji-mate"
Expand Down
1 change: 1 addition & 0 deletions src/emojis.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from emoji import EMOJI_DATA

VALID_SKIN_TONES = {
"": "",
"light": "_light_skin_tone",
"medium-light": "_medium-light_skin_tone",
"medium": "_medium_skin_tone",
Expand Down

0 comments on commit 9dc69f7

Please sign in to comment.