Skip to content

VS Code extension which allows you to make customizable themes for your wordles!

License

Notifications You must be signed in to change notification settings

lramos15/vscode-wordle-themes

Repository files navigation

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.

About

VS Code extension which allows you to make customizable themes for your wordles!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published