Warning
This theme was originally created for personal use and is currently incomplete.
Contributing
Install dependencies with bun install.
Generate the json output once with bun dev, or at each file change with bun watch.
Run the debugger (F5).
Tweak the colors in src/colors.ts.
Change where colors are used in src/theme.ts. Press Cmd+Shift+P, type Developer: Inspect Editor Tokens and Scopes and click on a word in the debugger editor to see its token scope.