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

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 and select Install Package Control to install Package Control if not done so already.
  3. Enter and select Package Control: Install Package.
  4. 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

If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.

This repository uses Whiskers to generate theme files. Edit the sublime-color-scheme.tera template, and run either whiskers sublime-color-scheme.tera or just build (if you have just installed) to update the files in build/.

For local editing, create a symlink from your local clone of this repository to the Catppuccin subdirectory of the Packages directory (revealed through the Preferences > Browse Packages… menu in Sublime Text). On macOS, this can be done by invoking ln -s $(pwd) ~/Library/Application\ Support/Sublime\ Text/Packages/ in the directory of this repository. Uninstall the Catppuccin theme from Package Control if installed via that method. Sublime Text should now automatically reload the theme files in build/ on change.

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) to show the scopes of the current token.

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org