Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
A dark neovim colorscheme written in lua
- Host: GitHub
- URL: https://github.com/nvimdev/zephyr-nvim
- Owner: nvimdev
- License: mit
- Created: 2020-10-06T12:39:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T04:37:49.000Z (about 2 years ago)
- Last Synced: 2024-08-13T22:15:45.289Z (6 months ago)
- Topics: colorscheme, lua, neovim, nvim-treesitter, treesitter, zephyr-nvim
- Language: Lua
- Homepage:
- Size: 51.8 KB
- Stars: 338
- Watchers: 4
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - nvimdev/zephyr-nvim - A dark colorscheme with Tree-sitter support. (Colorscheme / Tree-sitter Supported Colorscheme)
README
🎨 zephyr-nvim
## 💭 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