Skip to content
FichteFoll edited this page Jan 19, 2021 · 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
    • in definitions, when extending or in a user override
    • for usage
  • theme paths for the extends key

GIF with many completions

Image with variable definition 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.