Skip to content

Neovim Colorscheme for dark dwellers with optional glow effect!

License

Notifications You must be signed in to change notification settings

Aliqyan-21/darkvoid.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkvoid.nvim

Have you ever been in a dark room coding by yourself in that dark void with only glow coming from your pc which is the only important thing right now, this colorscheme is inspired by that, it's like the deep ocean darkvoid where the only glowing things are the alien creature living there, it's like a deep cave darkvoid where the glow is coming out of the mushrooms while exploring...Aah the scenery!

Darkvoid.nvim is same, where only important stuff, that is, your code is highlighted and if you want, you can make it glow!

Features

  • 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.

Installation

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'}

Configuration

This is how you can configure darkvoid.nvim - Configuration

Colorscheme Preview

Transparency off, Glow off

pic

Transparency off, Glow on

pic

Transparency on, Glow off

pic

Transparency on, Glow on

pic

Search Highlighting

pic

NvimTree

pic

NvimTree (transparent)

pic

Telescope

pic

Telescope (transparent)

pic

Supported Plugins

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 planned for support:

  • nvim-tree: File explorer integration
  • treesitter: Enhanced syntax highlighting
  • telescope: Fuzzy finder integration
  • gitsigns: Git integration and signs
  • bufferline: buffer tabs
  • lualine: lualine support

... 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.

Contributing

I encourage contributions to enhance the functionality and compatibility of darkvoid.nvim. To contribute:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and test thoroughly.
  • Submit a pull request with a detailed description of your changes.
  • Please follow the coding standards and ensure that your contributions adhere to the project's guidelines.

License

darkvoid.nvim is licensed under the MIT License.