Package Exports
- rbxtheme
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rbxtheme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rbxtheme
Converts a Visual Studio Code theme into one that is compatible with Roblox Studio's script editor.
Usage
Install the package globally to get access to the rbxtheme command.
$ npm install -g rbxtheme
# Or
$ yarn global add rbxthemeThen you can view the list of all the available themes.
$ rbxtheme listAfter picking a theme, run it through rbxtheme to convert it into a command that you can run from Roblox Studio.
$ rbxtheme convert "SynthWave '84"
# Use the --copy flag to have the command copied to your clipboard
$ rbxtheme convert --copy "SynthWave '84"