Skip to content
FichteFoll edited this page Oct 23, 2018 · 3 revisions

Creating a Sublime Text Theme

  1. Command Palette: PackageDev: New Theme
  2. Edit the file to your liking
  3. Save it within a package or somewhere else

Completions

Static and dynamic completions are provided for:

  • all keys, e.g. opacity and rules,
  • element class names and attributes
  • variable names

Image with many completions

Snippets

In addition to the e snippet for a rule entry, there are snippets for texture and interpolation mappings. You can access them with the triggers interpolation and texture respectively.

Clone this wiki locally