This project provides a web application to convert Visual Studio Code color themes into Xcode color themes (.xccolortheme files). You can paste a VS Code theme JSON or load a file, and the application will generate the corresponding Xcode theme file for download.
This is a Vite-based React project. To run it locally:
-
Clone the repository:
git clone https://github.com/onevcat/vs2x.git cd vs2x/web_app -
Install dependencies:
npm install # or # yarn install # or # pnpm install
-
Run the development server:
npm run dev # or # yarn dev # or # pnpm dev
The application will be available at
http://localhost:5173(or another port if 5173 is busy).
This project is licensed under the MIT License. See the LICENSE file for details.