Skip to content
/ tinte Public

An opinionated theme generator 🎨 (VS Code, shadcn/ui)

Notifications You must be signed in to change notification settings

Railly/tinte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

654 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinte Logo
Tinte

Vercel OSS Program GitHub stars License

Theme generator for VS Code, shadcn/ui, and more — with Ray, a free code screenshot tool

Ray by Tinte

ray.tinte.dev is a free code screenshot tool with professional syntax highlighting.

Features

  • 500+ syntax highlighting themes (VS Code, Material, GitHub, and more)
  • 16 programming languages supported
  • Export to PNG, SVG, or clipboard
  • Free REST API (60 requests/minute, no authentication required)
  • Claude Code and Cursor skill support for AI-native workflows

Quick Start

Install the Ray skill for Claude Code or Cursor:

npx skills add Railly/tinte

Use the /ray command to generate code screenshots directly from your editor.

API

The Ray API is free and requires no authentication. Perfect for integrating code screenshots into your documentation, blogs, or automation workflows.

Documentation: ray.tinte.dev/docs

Example:

curl -X POST https://ray.tinte.dev/api/v1/screenshot \
  -H "Content-Type: application/json" \
  -d '{
    "code": "console.log(\"Hello, world!\");",
    "language": "javascript",
    "theme": "one-dark-pro"
  }' \
  --output screenshot.png

Tinte Theme Generator

The original Tinte project generates themes for VS Code, shadcn/ui, and other tools.

Features

  • 500+ themes for VS Code and shadcn/ui
  • Theme extraction from images
  • Open source and community-driven

Links

License

MIT License - see LICENSE for details.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 6