mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
68 lines
857 B
JSON
68 lines
857 B
JSON
[
|
|
{
|
|
"text": "annoying",
|
|
"emoji": "🙄",
|
|
"color": "orange"
|
|
},
|
|
{
|
|
"text": "kinda cute",
|
|
"emoji": "😊",
|
|
"color": "pink"
|
|
},
|
|
{
|
|
"text": "gross",
|
|
"emoji": "🤢",
|
|
"color": "#87ab08"
|
|
},
|
|
{
|
|
"text": "hot",
|
|
"emoji": "🥵",
|
|
"color": "#ff69b4"
|
|
},
|
|
{
|
|
"text": "boring",
|
|
"emoji": "😐",
|
|
"color": "orange"
|
|
},
|
|
{
|
|
"text": "beautiful",
|
|
"emoji": "😊",
|
|
"color": "pink"
|
|
},
|
|
{
|
|
"text": "sexy",
|
|
"emoji": "🥵",
|
|
"color": "#ff69b4"
|
|
},
|
|
{
|
|
"text": "ugly",
|
|
"emoji": "🤢",
|
|
"color": "#87ab08"
|
|
},
|
|
{
|
|
"text": "fun",
|
|
"emoji": "😄",
|
|
"color": "green"
|
|
},
|
|
{
|
|
"text": "okay",
|
|
"emoji": "🙂",
|
|
"color": "orange"
|
|
},
|
|
{
|
|
"text": "meh",
|
|
"emoji": "😐",
|
|
"color": "orange"
|
|
},
|
|
{
|
|
"text": "funny",
|
|
"emoji": "😆",
|
|
"color": "green"
|
|
},
|
|
{
|
|
"text": "gay",
|
|
"emoji": "🏳️🌈",
|
|
"color": "green"
|
|
}
|
|
]
|