codeimage icon indicating copy to clipboard operation
codeimage copied to clipboard

🚀 - Add Vitesse theme

Open riccardoperra opened this issue 1 year ago • 0 comments

Which @codeimage/* package(s) are relevant/releated to the feature request?

highlight

Description

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

https://github.com/antfu/vscode-theme-vitesse


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 vitesse 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 Jul 13 '22 17:07 riccardoperra