Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rose-pine/sublime-text

Soho vibes for Sublime Text
https://github.com/rose-pine/sublime-text

hacktoberfest rose-pine soho-vibes sublime-text theme

Last synced: about 2 months ago
JSON representation

Soho vibes for Sublime Text

Awesome Lists containing this project

README

        



Rosé Pine for Sublime Text

All natural pine, faux fur and a bit of soho vibes for the classy minimalist





## Usage

For Sublime Text 4, should also work on version 3.

To install manually, from the menu go to Preferences > Browse Packages. Then download this repository to a new directory called "Theme - Rose Pine" inside the "Packages" directory.

This package is also available on [Package Control](https://packagecontrol.io).

This package consists of both Color Schemes (for syntax highlighting) and Themes (for the application UI). For the best result select a matching combination for both:

```json
{
"theme": "Rosé Pine.sublime-theme",
"color_scheme": "Rosé Pine.sublime-color-scheme",
}
```

The three palettes are available for each:

- Rosé Pine
- Rosé Pine Moon
- Rosé Pine Dawn

## Gallery

Rosé Pine in Sublime Text

## Update

The themes use the same implementation using Sublime's "extend" feature. Any changes to `Rosé Pine.sublime-theme` are immediately reflected in the other derived themes.

For the color schemes, update the template file and synchronise the others using this command:

```sh
npx @rose-pine/build -t template.sublime-color-scheme -o .
```

## Thanks to

- [ThatOneCalculator](https://github.com/thatonecalculator)