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.
- Automatically detect installed VS Code themes.
- Convert to Windows Terminal scheme and theme.
- Convert to Starship palette.
coming soon
Ensure you have Go installed.
-
Clone the repository:
git clone https://github.com/simonfarah/tmap.git cd tmap
-
Build the project:
go build -o tmap ./cmd
-
Run the binary:
./tmap
If you'd prefer to run the project directly using Go:
-
Clone the repository:
git clone https://github.com/simonfarah/tmap.git cd tmap
-
Run the app:
go run ./cmd
coming soon
Your donations keep me motivated to continue developing and creating more stuff. Support me here.
coming soon
This project is licensed under the MIT License. See the LICENSE file for details.
Happy theme mapping! 🎨