Make c4 colors into a JSON file

This commit is contained in:
Dragon Fire
2021-01-09 12:17:07 -05:00
parent 19b98a6030
commit 13452a29c8
2 changed files with 36 additions and 30 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"red": "🔴",
"yellow": "🟡",
"blue": "🔵",
"brown": "🟤",
"green": "🟢",
"orange": "🟠",
"purple": "🟣",
"black": "⚫",
"cheese": "🧀",
"face": "😶",
"angry": "😡",
"cold": "🥶",
"dog": "🐶",
"cat": "🐱",
"turtle": "🐢",
"moon": "🌘",
"earth": "🌎",
"donut": "🍙",
"cookie": "🍪",
"baseball": "⚾",
"softball": "🥎",
"tennisball": "🎾",
"volleyball": "🏐",
"basketball": "🏀",
"soccerball": "⚽",
"8ball": "🎱",
"cd": "💿",
"dvd": "📀",
"nsfw": "🔞",
"nosmoke": "🚭",
"clock": "🕓",
"coin": "🪙"
}