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: 2 months ago
JSON representation
Soho vibes for Sublime Text
- Host: GitHub
- URL: https://github.com/rose-pine/sublime-text
- Owner: rose-pine
- License: mit
- Created: 2020-11-10T04:31:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T14:50:52.000Z (6 months ago)
- Last Synced: 2026-01-21T05:11:54.252Z (4 months ago)
- Topics: hacktoberfest, rose-pine, soho-vibes, sublime-text, theme
- Homepage:
- Size: 396 KB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[Rosé Pine community](https://github.com/rose-pine/rose-pine-theme)
## 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

## 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)