Have you ever been in a dark room coding by yourself? In that dark void, where the only light shines from your PC; the only thing that matters in that moment. This colorscheme is inspired by that feeling: like a dark void in the deep ocean, where the only lights are the alien creatures living there; like exploring a dark void in a deep cave where the glow of the mushrooms litters your vision... Aah, the scenery!
Darkvoid.nvim is same, where only the important stuff.. That is, your code, is highlighted. And if you want, you can make it glow!
Monochromatic Palette: Carefully selected monochromatic colors to go easy on your eyes and not give too much to take.
Glow Effect: Optional glow effect for key syntax elements like functions, keywords, and operators.
Customizable: Easily configure transparency, glow effect, and color settings to suit your preferences.
Plugins: Supports treesitter, nvimtree, telescope, gitsigns, etc. popular plugins (If you prefer you can also turn off specific plugins highlights if you don't need them in your config)
.
To install darkvoid.nvim
, you can use your preferred plugin manager. For example, with packer.nvim:
use 'aliqyan-21/darkvoid.nvim'
With lazy.nvim:
return {'aliqyan-21/darkvoid.nvim'}
This is how you can configure darkvoid.nvim
- Configuration
Currently, darkvoid.nvim supports basic Neovim syntax highlighting and common but necessary plugins like treesitter, telescope, etc. However, support for more popular plugins is still in progress. The following plugins are supported:
... You can add support for other plugins not in list and I will update readme
I welcome contributions from the community to help integrate support for these plugins. If you are interested in contributing, please refer to the Contributing Guidelines section below.
I encourage contributions to enhance the functionality and compatibility of darkvoid.nvim. To contribute:
darkvoid.nvim is licensed under the MIT License.