Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 597 Bytes

Wordle themes in VS Code

Tired of sharing the same green yellow Wordle squares to your group chat?

Mix it up using this extension and create your own emoji results!

You can use some of the preset ones, or make your own emoji set.

In your settings.json, you can set an emoji for the correct and incorrect letters. For instance:

"wordlethemes.themes": [
    {
        "name": "Chicks",
        "correctSpotEmoji": "🐣",
        "correctLetterEmoji": "🐤",
        "wrongLetterEmoji": "🥚"
    }
]

Enjoy and wordle away!

License

MIT Licensed. Read LICENSE for more info.