Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nvimdev/zephyr-nvim

A dark neovim colorscheme written in lua
https://github.com/nvimdev/zephyr-nvim

colorscheme lua neovim nvim-treesitter treesitter zephyr-nvim

Last synced: about 2 months ago
JSON representation

A dark neovim colorscheme written in lua

Awesome Lists containing this project

README

        



🎨 zephyr-nvim



Stargazers


Issues


Contributors



 

## 💭 About

A dark neovim colorscheme written in lua and syntax based on
[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).

## ⚙️ Setup

- [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'glepnir/zephyr-nvim'
Plug 'nvim-treesitter/nvim-treesitter'
```

- [packer.nvim](https://github.com/wbthomason/packer.nvim)

```lua
use({
'glepnir/zephyr-nvim',
requires = { 'nvim-treesitter/nvim-treesitter', opt = true },
})
```

## ▶️ Usage

```vim
colorscheme zephyr
```

or

```lua
lua require('zephyr')
```

```lua
-- Get zephyr color
local zephyr = require('zephyr').zephyr.yellow/teal/fg/bg
```

 





Copyright © 2020-present
Raphael