This repository contains the theme registry for Tachi Code.
Tachi Code themes follow an extended implementation of the VS Code color theme schema and are compatible with the Tachi Code editor.
Raw themes can be defined as .json, .js, or .ts files. Tachi Code's additional workbench colors are defined
in tachi-code-colors.json.
These colors typically fallback to standard VS Code colors if not defined in a theme.
Tachi code uses the index.json file to provide a list of themes to the user. Individual themes are loaded on-demand from the themes directory when the user selects a theme inside the application. Loaded themes are then cached locally and updated when a version change is detected.
This repository is currently primarily composed of a subset of themes from the shiki tm-themes collection.