Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/titanzero/zephyrium
- Owner: titanzero
- License: mit
- Created: 2021-12-28T09:19:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T15:04:39.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:48:57.810Z (3 months ago)
- Language: Lua
- Size: 308 KB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - titanzero/zephyrium - A zephyr-esque theme, written in Lua, with Tree-sitter support. (Colorscheme / Tree-sitter Supported Colorscheme)
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