Skip to content

nvimdev/zephyr-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 zephyr-nvim

Stargazers Issues Contributors

 

💭 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