Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.36 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.36 KB

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