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

Catppuccin color schemes

by Catppuccin ST3

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 6K
  • Win 2K
  • Mac 2K
  • Linux 2K
May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2
Windows 3 5 8 9 6 1 4 2 9 6 4 5 6 7 9 11 5 8 3 5 5 9 10 2 10 4 0 8 3 4 7 6 10 6 7 11 1 6 7 4 3 9 7 3 6 4
Mac 3 6 6 12 5 2 4 3 2 8 8 4 7 5 5 2 3 7 8 8 9 4 6 7 4 2 4 2 4 4 6 7 9 2 2 5 5 4 6 6 3 5 8 8 3 3
Linux 2 6 5 8 7 1 8 7 6 7 7 6 6 8 6 4 5 6 7 8 9 9 8 8 7 9 10 7 10 17 4 6 7 4 9 5 3 8 9 10 11 2 4 14 13 6

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 repsoitory 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 color-scheme.json
  3. Re-build the 4 flavors in build/ with ./build.js (requires Deno to be installed)
  4. Open a Pull Request!

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org