A dark neovim colorscheme written in lua
Last updated Apr 25, 2026
375
Stars
55
Forks
3
Issues
0
Stars/day
Attention Score
42
Language breakdown
No language data available.
โธ Files
click to expand
README
๐จ zephyr-nvim
๐ญ About
A dark neovim colorscheme written in lua and syntax based on nvim-treesitter.
โ๏ธ Setup
Plug 'glepnir/zephyr-nvim'
Plug 'nvim-treesitter/nvim-treesitter'
use({
'glepnir/zephyr-nvim',
requires = { 'nvim-treesitter/nvim-treesitter', opt = true },
})
โถ๏ธ Usage
colorscheme zephyr
or
lua require('zephyr')
-- Get zephyr color
local zephyr = require('zephyr').zephyr.yellow/teal/fg/bg
Copyright © 2020-present Raphael
๐ More in this category