Skip to content

๐Ÿš€ Theme Mapper. Convert VS Code themes into compatible formats for other programs

License

Notifications You must be signed in to change notification settings

simonfarah/tmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 installed.

  1. Clone the repository:

    git clone https://github.com/simonfarah/tmap.git
    cd tmap
  2. Build the project:

    go build -o tmap ./cmd
  3. Run the binary:

    ./tmap

Running Without Builds

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

  1. Clone the repository:

    git clone https://github.com/simonfarah/tmap.git
    cd tmap
  2. Run the app:

    go run ./cmd

Usage

coming soon

Support

Your donations keep me motivated to continue developing and creating more stuff. Support me here.

Contributing

coming soon

License

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

Happy theme mapping! ๐ŸŽจ

About

๐Ÿš€ Theme Mapper. Convert VS Code themes into compatible formats for other programs

Topics

Resources

License

Stars

Watchers

Forks

Languages