Catppuccin color schemes
🍋 Soothing pastel color schemes for Sublime Text
Details
Installs
- Total 14K
- Win 5K
- Mac 4K
- Linux 5K
Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 9 | 4 | 6 | 3 | 6 | 7 | 6 | 7 | 11 | 6 | 5 | 5 | 6 | 7 | 5 | 14 | 12 | 7 | 10 | 6 | 3 | 7 | 9 | 10 | 8 | 7 | 6 | 9 | 14 | 10 | 6 | 6 | 7 | 7 | 8 | 5 | 8 | 3 | 3 | 11 | 7 | 7 | 8 | 11 |
Mac | 0 | 4 | 6 | 10 | 6 | 6 | 5 | 5 | 8 | 3 | 7 | 5 | 8 | 5 | 3 | 5 | 4 | 6 | 8 | 4 | 6 | 5 | 6 | 4 | 4 | 7 | 1 | 6 | 7 | 8 | 8 | 9 | 6 | 4 | 2 | 5 | 8 | 8 | 9 | 2 | 5 | 2 | 2 | 6 | 4 | 6 |
Linux | 0 | 10 | 9 | 4 | 7 | 9 | 7 | 9 | 6 | 10 | 9 | 9 | 3 | 6 | 3 | 4 | 4 | 8 | 10 | 9 | 8 | 8 | 6 | 10 | 6 | 3 | 5 | 11 | 10 | 14 | 6 | 10 | 9 | 6 | 3 | 8 | 8 | 6 | 7 | 10 | 4 | 8 | 7 | 10 | 6 | 11 |
Readme

Catppuccin for Sublime Text
Usage
Installation
Package Control
- In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
- Enter and select
Install Package Control
to install Package Control if not done so already. - Enter and select
Package Control: Install Package
. - Search for and select the Catppuccin package.
Git download
- In Sublime Text, locate the path to the
Packages
directory through the Preferences > Browse Packages… menu. - From the command line, go to the previously noted directory path and clone the repository into it.
git clone https://github.com/catppuccin/sublime-text.git Catppuccin
Manual download
- Download this repository as a ZIP archive.
- Unzip into a directory named
Catppuccin
. - In Sublime Text, open the
Packages
directory through the Preferences > Browse Packages… menu. - Move the unzipped
Catppuccin
directory into thePackages
directory.
Activation
- In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
- Go to Preferences > Select Theme… and select
Adaptive
.
Development
If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.
This repository uses Whiskers to generate theme files. Edit the sublime-text.tera
template, and run whiskers sublime-text.tera
to update the files in build/
.
For local editing, create a symlink from your local clone of this repository to the Catppuccin
subdirectory of the Packages
directory (revealed through the Preferences > Browse Packages… menu in Sublime Text). On macOS, this can be done by invoking ln -s $(pwd) ~/Library/Application\ Support/Sublime\ Text/Packages/
in the directory of this repository. Uninstall the Catppuccin theme from Package Control if installed via that method. Sublime Text should now automatically reload the theme files in build/
on change.
If you have a specific piece of code you would like to re-color, you'll need to know what scopes are being applied to the token. (Applying scopes is done by the syntax, not the color scheme.) Position your caret over the token, and use Ctrl+Shift+P (or Tools > Developer > Show Scope Name) to show the scopes of the current token.
đź’ť Thanks to
Â
Copyright © 2021-present Catppuccin Org