An open API service indexing awesome lists of open source software.

https://github.com/simonfarah/tmap

🚀 Theme Mapper. Convert VS Code themes into compatible formats for other programs
https://github.com/simonfarah/tmap

theme theme-converter theme-generator vscode vscode-themes

Last synced: 12 months ago
JSON representation

🚀 Theme Mapper. Convert VS Code themes into compatible formats for other programs

Awesome Lists containing this project

README

          

# TMap (Theme Mapper)

TMap is a command-line tool designed to convert Visual Studio Code themes into compatible formats for other programs. Whether you're looking to adapt a theme's color scheme to match your terminal or other applications, TMap simplifies the process with a seamless workflow.

## Features

- Automatically detect installed VS Code themes.
- Convert to Windows Terminal scheme and theme.
- Convert to Starship palette.

## Installation

### Binary Releases

_coming soon_

### Build from Source

Ensure you have [Go](https://golang.org/doc/install) installed.

1. Clone the repository:

```sh
git clone https://github.com/simonfarah/tmap.git
cd tmap
```

2. Build the project:

```sh
go build -o tmap ./cmd
```

3. Run the binary:
```sh
./tmap
```

## Running Without Builds

If you'd prefer to run the project directly using Go:

1. Clone the repository:

```sh
git clone https://github.com/simonfarah/tmap.git
cd tmap
```

2. Run the app:
```sh
go run ./cmd
```

## Usage

_coming soon_

## Support

Your donations keep me motivated to continue developing and creating more stuff. Support me [here.](https://buymeacoffee.com/simonfarah)

## Contributing

_coming soon_

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Happy theme mapping! 🎨