Skip to content
FichteFoll edited this page Mar 12, 2022 · 1 revision

Creating a Sublime Text Color Scheme

  1. Command Palette: PackageDev: New Color Scheme
  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. foreground and globals,

    Image with key completions

  • variable names in usage

    Image with variable completions

  • variable definitions in user overrides

    Image with variable completions

  • scope selectors (based on scope naming conventions)

    Image with scope selector completions