A dark neovim colorscheme written in lua and syntax based on nvim-treesitter
eg: vim-plug
Plug 'glepnir/zephyr-nvim'
Plug 'nvim-treesitter/nvim-treesitter'
lua require('zephyr')
or
colorscheme zephyr
-- a functon that get zephyr color
lua require('zephyr').get_zephyr_color()