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
- Host: GitHub
- URL: https://github.com/simonfarah/tmap
- Owner: simonfarah
- License: mit
- Created: 2025-01-05T16:12:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T12:07:54.000Z (over 1 year ago)
- Last Synced: 2025-03-09T14:55:57.719Z (over 1 year ago)
- Topics: theme, theme-converter, theme-generator, vscode, vscode-themes
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! 🎨