1.0.6 • Published 3 years ago

roblox-theme-converter v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

roblox-theme-converter

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 roblox-theme-converter
# Or
$ yarn global add roblox-theme-converter

Then you can view the list of all the available themes.

$ rbxtheme list

After 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 '85"