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
- Host: GitHub
- URL: https://github.com/ingram1107/vim-zhi
- Owner: ingram1107
- License: mit
- Created: 2022-03-02T04:13:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T12:48:13.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T08:03:34.927Z (12 months ago)
- Topics: colorscheme, neovim, vim
- Language: Vim Script
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zhǐ (紙)
A light theme that aims for eyes comfort rather than heavily invested in
contrast.
## Showcase




## 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)