Files
xiao/assets/json/think-of.json
T
2021-02-21 15:59:45 -05:00

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"
}
]