Skip to content

onevcat/vs2x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VS2X

VS Code Theme to Xcode Theme Converter

Overview

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.

Deploy

This is a Vite-based React project. To run it locally:

  1. Clone the repository:

    git clone https://github.com/onevcat/vs2x.git
    cd vs2x/web_app
  2. Install dependencies:

    npm install
    # or
    # yarn install
    # or
    # pnpm install
  3. 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).

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Easily convert your favorite VS Code themes to Xcode format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors