Catppuccin color schemes
🍋 Soothing pastel color schemes for Sublime Text
Details
Installs
- Total 9K
- Win 3K
- Mac 2K
- Linux 3K
Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 10 | 3 | 7 | 7 | 6 | 4 | 8 | 9 | 9 | 5 | 6 | 3 | 4 | 7 | 6 | 4 | 6 | 10 | 8 | 6 | 5 | 7 | 6 | 14 | 8 | 4 | 5 | 12 | 9 | 4 | 10 | 12 | 6 | 5 | 14 | 9 | 10 | 7 | 9 | 3 | 14 | 8 | 4 | 8 | 10 |
Mac | 1 | 5 | 3 | 4 | 3 | 2 | 4 | 6 | 4 | 4 | 5 | 4 | 8 | 5 | 11 | 8 | 2 | 8 | 4 | 3 | 4 | 5 | 6 | 7 | 6 | 5 | 3 | 4 | 8 | 5 | 6 | 5 | 4 | 2 | 4 | 6 | 4 | 8 | 7 | 4 | 3 | 3 | 4 | 8 | 1 | 4 |
Linux | 0 | 4 | 6 | 4 | 3 | 5 | 3 | 7 | 9 | 5 | 11 | 8 | 7 | 11 | 5 | 11 | 7 | 6 | 8 | 10 | 7 | 6 | 13 | 10 | 9 | 11 | 5 | 5 | 6 | 11 | 11 | 4 | 6 | 9 | 4 | 8 | 13 | 9 | 4 | 9 | 10 | 9 | 6 | 4 | 6 | 8 |
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
Package Control Install Package
(or justpcip
) and select it. - 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
Local modifications
If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.
For local editing, you can invoke UI: Customize Color Scheme
in the command palette to open a split-pane window with the current color scheme on the left and an override file on the right. Rules you add to your override file will be processed after the rules in the official color scheme.
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). Then add a rule in your color scheme override to apply a color to this token.
Contributing modifications
- Clone this repository and open it
- Apply your changes to
sublime-color-scheme.tera
- Re-build the 4 flavors with
whiskers sublime-color-scheme.tera
- To install Whiskers, the Catppuccin helper tool, see https://github.com/catppuccin/whiskers
- Open a Pull Request!
đź’ť Thanks to
Â
Copyright © 2021-present Catppuccin Org