Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rose-pine/sublime-text
- Owner: rose-pine
- Created: 2020-11-10T04:31:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T16:31:48.000Z (2 months ago)
- Last Synced: 2024-10-31T17:28:10.955Z (2 months ago)
- Topics: hacktoberfest, rose-pine, soho-vibes, sublime-text, theme
- Homepage:
- Size: 376 KB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
## 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)