packages/solarflare-theme/solarflare-quickstart.md
package.json - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme.themes/Cloudflare-color-theme.json - the color theme definition file.packages/solarflare-theme to run the follow steps.
F5 to open a new window with your extension loaded.File > Preferences > Color Themes and pick your color theme.Developer: Inspect Editor Tokens and Scopes command from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).To learn more about scopes and how they're used, check out the color theme documentation.
<!-- ## Install your extension We should publish the theme to the marketplace, but for now, we can install it locally. - To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code. - To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension. -->