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

https://github.com/ingram1107/vim-zhi

Vim/Neovim light theme aims at eyes comfort
https://github.com/ingram1107/vim-zhi

colorscheme neovim vim

Last synced: 12 months ago
JSON representation

Vim/Neovim light theme aims at eyes comfort

Awesome Lists containing this project

README

          

# Zhǐ (紙)

A light theme that aims for eyes comfort rather than heavily invested in
contrast.

## Showcase

![C++](https://i.imgur.com/uk25SFr.png)

![Lua](https://i.imgur.com/22ZThTr.png)

![VimL](https://i.imgur.com/1N6bD03.png)

![Markdown](https://i.imgur.com/XIokbKJ.png)

## Installation

For packer: `use 'ingram1107/vim-zhi'`

For vim-plug: `Plug 'ingram1107/vim-zhi'`

## Usage

```viml
syntax on
colorscheme zhi
```

## Plugin Support

- [x] lsp (Diagnostic*)
- [ ] nvim-treesitter
- [x] nvim-tree
- [ ] telescope
- [ ] nvim-cmp
- [x] fidget.nvim
- [x] neogit

**Note**: *create PR to add more support for your favourite plugin!*

## Inspiration

- [Gruvbox](https://github.com/morhetz/gruvbox)
- [Monokai.nvim](https://github.com/tanvirtin/monokai.nvim)