Skip to content

practical-computer/tinted-sketchbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinted Sketchbook

Inspired by Play with your code (@ChaelCodes), this is a lightweight tool for building your own editor themes!

The underlying tool is Base16, as currently maintained by the Tinted project.

Terminology

This took me forever to figure out, so I'm writing it down!

  • Scheme: The color palettes you're defining. Learn more about Base16

  • Templates: Mustache files used to render the files that you need for a particular app (such as Sublime Text, or iTerm2)

  • Builder: A tool used to take Schemes and process them through Templates.

Prerequisites

How to get started

Now that you have tinted-builder-rust, run:

./build

Just see the swatch table:

Open one of the generated HTML files at: templates/swatch/themes/

To see how it looks with code (Using Highlight.js)

Open one of the generated HTML files at: templates/highlight-js/themes/

There is also a ./watch script, that rebuilds every second.

Want a quick web server for the static files? Check out WorldWideWeb for macOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published