TextMate Theme Editor is a web-based editor for creating and customizing TextMate themes. It provides an intuitive interface for editing theme properties and previewing changes in real-time.
- Visual editor for customizing theme colors and styles
- Raw JSON editor for advanced customization
- Real-time preview of theme changes
- Import existing themes via URL
- Export themes in multiple formats
To run the TextMate Theme Editor locally:
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm run dev
- Open
http://localhost:3000
in your browser
- Use the visual editor to customize theme properties (coming soon)
- Switch to the raw editor for advanced JSON editing
- Preview your changes in real-time
- Export your theme when finished
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.