mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
3.5 KiB
3.5 KiB
Rosé Pine for Neovim
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Usage
- Install via your preferred package manager
-- Packer
use('rose-pine/nvim')
- Require or set
rose-pinecolorscheme
-- Lua
require('rose-pine').set()
" Vimscript
colorscheme rose-pine
Options
-- Can be 'base', 'moon', 'dawn'
vim.g.rose_pine_variant = 'base'
-- Use terminal background
vim.g.rose_pine_disable_background = false
Functions
-- Toggle between the three variants
require('rose-pine.functions').toggle_variant()
-- Toggle between base and dawn
require('rose-pine.functions').toggle_variant({'base', 'dawn'})
-- Switch to specified variant
require('rose-pine.functions').select_variant('moon')
Gallery
Rosé Pine
Rosé Pine Moon
Rosé Pine Dawn


