A dark neovim color scheme based on - snazzy (Based on hyper-snazzy by Sindre Sorhus)
The generate script comes from this repo: https://github.com/ChristianChiarulli/nvcode-color-schemes.vim and https://github.com/felipec/vim-felipec
This color scheme requires treesitter and Neovim > 0.5.
With Packer
use 'UltimateOmega/DarknessX-vim'
use 'nvim-treesitter/nvim-treesitter'
Add this to your init.lua
file
vim.cmd('colorscheme darknessX')
To enable the lualine theme:
require('lualine').setup {
options = {
theme = 'darknessX'
}
}