A dark neovim colorscheme written in lua and syntax based on nvim-treesitter.
Plug 'glepnir/zephyr-nvim'
Plug 'nvim-treesitter/nvim-treesitter'
use({
'glepnir/zephyr-nvim',
requires = { 'nvim-treesitter/nvim-treesitter', opt = true },
})
colorscheme zephyr
or
lua require('zephyr')
-- Get zephyr color
local zephyr = require('zephyr').zephyr.yellow/teal/fg/bg
Copyright © 2020-present Raphael