https://github.com/muthhukumar/zerone
Zerone is a minimalist black and white color scheme for Neovim, designed for a stylish and sleek coding experience. It is easy on the eyes, making it perfect for long coding sessions or working in low-light environments.
https://github.com/muthhukumar/zerone
colorscheme lua nvim nvim-plugin
Last synced: about 2 months ago
JSON representation
Zerone is a minimalist black and white color scheme for Neovim, designed for a stylish and sleek coding experience. It is easy on the eyes, making it perfect for long coding sessions or working in low-light environments.
- Host: GitHub
- URL: https://github.com/muthhukumar/zerone
- Owner: muthhukumar
- License: mit
- Created: 2023-05-04T17:36:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T17:44:56.000Z (about 2 years ago)
- Last Synced: 2025-01-29T03:48:40.139Z (4 months ago)
- Topics: colorscheme, lua, nvim, nvim-plugin
- Homepage: https://muthukumar.dev/zerone
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerone - A Black and White Neovim Color Scheme

Zerone is a minimalistic color scheme for Neovim that utilizes black and white shades to create a sleek and stylish coding experience. This color scheme is designed to be easy on the eyes, making it perfect for long coding sessions or working in low-light environments.
## Installation
To install Zerone, you can use your preferred package manager. For example, if you use [vim-plug](https://github.com/junegunn/vim-plug), you can add the following line to your `init.vim` file:
```vim
Plug 'username/Zerone'
```
Then, run `:PlugInstall` in Neovim to install the plugin.
## Usage
To use Zerone, add the following line to your `init.vim` file:
```vim
colorscheme zerone
```
## Screenshots
Here are some screenshots of Zerone in action:


## Contributions
If you find any issues or have suggestions for improvements, feel free to open an issue or pull request on the [GitHub repository](https://github.com/username/Zerone). Contributions are always welcome!
## License
Zerone is released under the [MIT License](https://github.com/username/Zerone/blob/main/LICENSE). Feel free to use, modify, and distribute this color scheme as you see fit.