SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

builtin color completions in .sublime-color-scheme files #260

Closed AmjadHD closed 5 years ago

AmjadHD commented 5 years ago

should builtin colors be suggested in color scheme files bc ?

FichteFoll commented 5 years ago

No, they don't work in color schemes because those are the source for these. defining the variables by yourself, however, will take priority over ST dynamically determining them.

AmjadHD commented 5 years ago

so it should be constrained to the keys in the variables section ?

FichteFoll commented 5 years ago

I'll take a closer look when I'm at a pc later.