Skip to content

A dark neovim colorscheme written in lua

License

Notifications You must be signed in to change notification settings

hyasysu/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

About

A dark neovim colorscheme written in lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.9%
  • Scheme 1.1%