This a colorscheme inspired by Shades of purple with treesitter and lsp support
- This is an example of syntax highlighting (Without treesitter enabled)
- Another example of of syntax highlighting but with treesitter syntax enabled
You can install neovim-purple using your favorite plugins manager for example :
vim-plug :
Plug 'yeddaif/neovim-purple'
- vim :
colorscheme neovim_purple
- lua :
vim.cmd('colorscheme neovim_purple')
require('lualine').setup({
options = {
theme = 'neovim_purple'
}
})
-- Set the value to 1 if you want a transparent background
vim.g.nobackground = 1 -- Default 0