codeimage icon indicating copy to clipboard operation
codeimage copied to clipboard

🚀 - Monokai Pro Theme

Open riccardoperra opened this issue 2 years ago • 0 comments

Color scheme https://monokai.pro/

This task consist of creating a new theme for CodeImage editor using CodeMirror API.


Instructions for contributions

NOTE If your intention is to only develop a new theme, you don't need to use docker or install everything. You will work only on @codeimage/highlight package

  • Move to packages/highlight. You will see a How to create a new theme section in the README.md file .
  • Run the pnpm generate:theme script and put the monokaiPro theme name
  • Open the theme playground with pnpm dev (from the highlight package) or pnpm dev --filter=@codeimage/highlight (from the root folder)

For further help you can ask for help in the comments below

riccardoperra avatar Feb 20 '22 20:02 riccardoperra