ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Catppuccin color schemes

by Catppuccin ST3 Trending

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 7K
  • Win 3K
  • Mac 2K
  • Linux 3K
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 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 16 9 6 9 8 6 3 6 8 7 14 14 3 6 8 9 12 9 6 6 4 4 9 7 8 8 5 7 8 4 11 8 7 5 7 3 3 9 7 9 9 10 1 6 5
Mac 0 4 7 9 4 4 3 1 4 4 9 5 4 1 4 6 6 9 1 4 1 4 2 5 4 4 4 0 7 3 3 6 5 2 1 5 4 5 3 8 6 4 7 3 2 4
Linux 0 10 10 6 9 6 8 5 4 10 2 7 8 5 7 9 7 9 6 7 4 2 2 8 5 8 7 3 3 5 5 5 5 10 8 9 4 11 4 10 4 11 8 7 6 7

Readme

Source
raw.​githubusercontent.​com

Logo
Catppuccin for Sublime Text

Usage

Installation

Package Control

  1. In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Enter Package Control Install Package (or just pcip) and select it.
  3. Search for and select the Catppuccin package.

Git download

  1. In Sublime Text, locate the path to the Packages directory through the Preferences > Browse Packages… menu.
  2. 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

  1. Download this repository as a ZIP archive.
  2. Unzip into a directory named Catppuccin.
  3. In Sublime Text, open the Packages directory through the Preferences > Browse Packages… menu.
  4. Move the unzipped Catppuccin directory into the Packages directory.

Activation

  1. In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
  2. 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

  1. Clone this repository and open it
  2. Apply your changes to sublime-color-scheme.tera
  3. Re-build the 4 flavors with whiskers sublime-color-scheme.tera
    1. To install Whiskers, the Catppuccin helper tool, see https://github.com/catppuccin/toolbox/tree/main/whiskers
  4. Open a Pull Request!

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org