titanzero/zephyrium

github github
colorschemetreesitter-colorschemes
stars 21
issues 0
subscribers 1
forks 0
CREATED

2021-12-28

UPDATED

2 years ago


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