Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
/ neovim-purple Public archive

A shade of purple colorscheme with treesitter and lsp support buid in lua for neovim

License

Notifications You must be signed in to change notification settings

unrealjo/neovim-purple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim-purple

This a colorscheme inspired by Shades of purple with treesitter and lsp support

Screenshots

  • This is an example of syntax highlighting (Without treesitter enabled)

previw2notreesitter

  • Another example of of syntax highlighting but with treesitter syntax enabled

preview1

Suppotred Plugins (so far):

Installation

You can install neovim-purple using your favorite plugins manager for example :

vim-plug :

Plug 'yeddaif/neovim-purple'

Configuration

Enabel colorschreme :

  • vim :
colorscheme neovim_purple
  • lua :
vim.cmd('colorscheme neovim_purple')

Enabel it on lualine

require('lualine').setup({
    options = {
        theme = 'neovim_purple'
    }
})

lualine

Options

-- Set the value to 1 if you want a transparent background
vim.g.nobackground = 1 -- Default 0

About

A shade of purple colorscheme with treesitter and lsp support buid in lua for neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages