Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/titanzero/zephyrium

A dark color scheme for Vim, based on Zephyr, written in Lua
https://github.com/titanzero/zephyrium

Last synced: 14 days ago
JSON representation

A dark color scheme for Vim, based on Zephyr, written in Lua

Awesome Lists containing this project

README

        


Zephyrium for NeoVim

A dark NeoVim theme, for night life coders!



# About
This is a fork of the actual [zephyr-nvim](https://github.com/glepnir/zephyr-nvim) made by Glepnir, with some additions from his PRs.

# Supports
- [Treesitter](https://github.com/tree-sitter/tree-sitter)
- [Native LSP](https://github.com/neovim/nvim-lspconfig)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [Git signs](https://github.com/lewis6991/gitsigns.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [Git Gutter](https://github.com/airblade/vim-gitgutter)

## Usage

### Installation
You can use it with your favorite plugin manager, some examples:

#### Vim-plus
```vim
Plug 'titanzero/zephyrium'
```

#### Packer.nvim
```lua
use 'titanzero/zephyrium'
```

#### Vundle
```vim
Plugin 'titanzero/zephyrium'
```

### Setup
If your using Lua:
```lua
require 'zephyrium' -- or
vim.cmd [[colorscheme zephyrium]]
```

With vimscript:
```vim
colorscheme zephyrium
```

### 🔥 Extra
You can find in the extra folder some themes (sorry, for now only one 😇 )for the major terminls in use

## Thanks to
- [Glepnir](https://github.com/glepnir) For his amazing work on zephyr-nvim