Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rosé Pine for Nimbalyst

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

Usage

Install via Extension Marketplace (recommended)

  1. Open Nimbalyst → Settings → Extension Marketplace.
  2. Scroll to the Install from GitHub section.
  3. Paste the repository URL: https://github.com/omartelo/rose-pine-nimbalyst
  4. Click Install.
  5. Open the theme picker in the navigation gutter and select one of the variants.

Manual install

If you prefer to install manually, clone the repository into your user extensions folder.

Linux

mkdir -p ~/.config/@nimbalyst/electron/extensions
git clone https://github.com/omartelo/rose-pine-nimbalyst.git \
  ~/.config/@nimbalyst/electron/extensions/rose-pine

macOS

mkdir -p ~/Library/Application\ Support/@nimbalyst/electron/extensions
git clone https://github.com/omartelo/rose-pine-nimbalyst.git \
  ~/Library/Application\ Support/@nimbalyst/electron/extensions/rose-pine

Windows (PowerShell)

$dir = "$env:APPDATA\@nimbalyst\electron\extensions"
New-Item -ItemType Directory -Force -Path $dir | Out-Null
git clone https://github.com/omartelo/rose-pine-nimbalyst.git "$dir\rose-pine"

Then:

  1. Restart Nimbalyst.
  2. Open Settings → Extensions and confirm Rosé Pine is enabled.
  3. Open the theme picker in the navigation gutter and select one of the variants.

Gallery

Rosé Pine

Rosé Pine with Nimbalyst

Rosé Pine Moon

Rosé Pine Moon with Nimbalyst

Rosé Pine Dawn

Rosé Pine Dawn with Nimbalyst

Thanks to

Contributing

This is a Nimbalyst extension and ships as a single manifest.json aggregating all three variants under contributions.themes[]. Because the Nimbalyst extension shape is one manifest with an array of themes — and the official @rose-pine/build tool emits one file per variant — the upstream build pipeline doesn't apply here. Colors are edited directly in manifest.json.

To propose a tweak:

  1. Fork the repo.
  2. Edit the relevant variant block under contributions.themes[].
  3. Validate: jq . manifest.json.
  4. Open a PR.

Palette reference: rose-pine/palette.

License

MIT

About

Soho vibes for Nimbalyst

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors