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