Tinted Sublime Text

April 19, 2026 ยท View on GitHub

Tinted themes for Sublime Text. Have a look at the tinted-gallery to get a preview of some of the supported themes and go to Tinted Theming for more information about this theming project. This project contains themes for Base16, Base24 and Tinted8 scheme systems.

Installation

Manual

  1. Get the path of your Sublime Text Packages/ directory. You can find the path of this directory opening sublime text and in the menu selecting Preferences -> Browse Packages....
  2. Navigate to the Packages/ directory in the command line. cd path/to/SublimeText/Packages
  3. Clone this GitHub repo into the above directory.

IMPORTANT NOTE: The directory in Sublime Text's Package/ directory must be called tinted_theming. So the path would be: path/to/sublime-text/Packages/tinted_theming. This is the package's internal name and any other directory name for the repo won't work.

cd path/to/sublime-text/Packages
git clone https://github.com/tinted-theming/sublime-text tinted_theming

Package Control users

  1. Open command palette > Preferences: Package Control Settings
  2. Add the following to Package Control.sublime-settings and save:
"repositories": [
    "https://github.com/tinted-theming/tinted-sublime-text"
],
"package_name_map": {
    "tinted-sublime-text": "tinted_theming",
}
  1. Open command palette > Package Control: Install Package
  2. Search for "tinted_theming" and select it

Usage

  1. Open the Command Palette (Mac: CMD + SHIFT + P, Linux: CTRL + SHIFT + C)
  2. Search for "Tinted Theming: Activate theme" and select it.
  3. This will open a list of supported themes. Browse through or Search for and select the theme you want to use.

Thanks

Thanks to Ayu for their great Sublime Text themes. I used their project as a template for this repo.