Skip to content
forked from rose-pine/neovim

Neovim Theme based on Rose Pine

Notifications You must be signed in to change notification settings

NycRat/rose-pine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim Theme (Modified Rose Pine)

IMPORTANT NOTE

I often make changes to this theme, so if you want to use this theme, make a fork if you don't want random changes I make.

Install

Paq

require('paq')({
  { 'NycRat/rose-pine', as = 'rose-pine' }
})

lazy.nvim

require("lazy").setup({
  { 'NycRat/rose-pine', name = 'rose-pine' }
})

packer.nvim

require('packer').startup(function(use)
  use({ 'NycRat/rose-pine', as = 'rose-pine' })
end)

About

Neovim Theme based on Rose Pine

Resources

Stars

Watchers

Forks

Languages

  • Lua 100.0%