pulsar/packages/base16-tomorrow-dark-theme
Andrew Dupont f3bf3ddfc5 Highlight .support.namespace as .support.class
…in four built-in syntax themes.

The new tree-sitter Ruby grammar applies `support.other.namespace` to the "Foo"
and "Bar" in `Foo::Bar::Baz`, reserving `support.other.class` for the last
segment of the chain — unlike the legacy grammar that marks all three with
`support.class`. This change ensures that `support.namespace` (whether or not
`other` is also present as a scope component) is given the same visual treatment
as `support.class`.
2023-07-05 16:46:19 -07:00
..
styles Highlight .support.namespace as .support.class 2023-07-05 16:46:19 -07:00
index.less Implement naming conventions in default themes (#20524) 2021-02-19 08:55:25 +03:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json [themes] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

Base16 Tomorrow Dark Syntax theme

Pulsar theme using the ever popular Base16 Tomorrow dark colors.

Base16 Tomorrow light

Install

This theme is installed by default with Pulsar and can be activated by going to the Themes section in the Settings view (cmd-,) and selecting it from the Syntax Themes drop-down menu.

A light version of this theme is also available.