About

December 28, 2021 ยท View on GitHub

Zephyrium for NeoVim

A dark NeoVim theme, for night life coders!

About

This is a fork of the actual zephyr-nvim made by Glepnir, with some additions from his PRs.

Supports

Usage

Installation

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

Vim-plus

Plug 'titanzero/zephyrium'

Packer.nvim

use 'titanzero/zephyrium'

Vundle

Plugin 'titanzero/zephyrium'

Setup

If your using Lua:

require 'zephyrium' -- or
vim.cmd [[colorscheme zephyrium]]

With vimscript:

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 For his amazing work on zephyr-nvim