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

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/whiskers
  4. Open a Pull Request!

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org