1.0.0 • Published 3 years ago

vscode-theme-to-studio v1.0.0

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-converted

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 "Synthwave '84"
# Use the --copy flag to have the command copied to your clipboard
$ rbxtheme --copy "Synthwave '85"