pulsar/packages/base16-tomorrow-dark-theme/index.less
chbk eb064bf502
Implement naming conventions in default themes (#20524)
Update of the default syntax themes to implement [naming conventions](https://github.com/atom/flight-manual.atom.io/pull/564) for syntax scopes.

Adds the [template](https://github.com/atom/apm/pull/883) to each theme with custom colors, to accommodate the naming conventions. There should be no compatibility break with existing grammars.

As naming conventions are implemented in more language grammars, their old specific stylesheets can be retired.
2021-02-19 08:55:25 +03:00

14 lines
299 B
Plaintext

// Base16 Tomorrow Dark theme
@import "styles/syntax-variables.less";
@import "styles/editor.less";
@import "styles/syntax-legacy/_base.less";
@import "styles/syntax-legacy/cs.less";
@import "styles/syntax-legacy/json.less";
@import "styles/syntax/base.less";
@import "styles/syntax/css.less";