Swatch is a plugin for Roblox Studio that can search for VSCode themes and apply them to Studio's script editor.
Install Swatch from the Roblox Marketplace
Requirements:
- Visual Studio Code and the following extensions:
- Docker Desktop
- Foreman
- Just
Install tools and packages:
just init
Start the server:
just serve
Edit plugin/src/constants.lua
and set SERVER_URL
to http://localhost:8080
.
Build the plugin:
just build-watch
Run tests for the server:
just test-server