Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aliqyan-21/darkvoid.nvim

Neovim Colorscheme for dark dwellers with optional glow effect!
https://github.com/aliqyan-21/darkvoid.nvim

customisable customisable-theme glow glowing monochrome monochrome-theme neovim neovim-colorscheme neovim-plugin nvim

Last synced: about 1 month ago
JSON representation

Neovim Colorscheme for dark dwellers with optional glow effect!

Awesome Lists containing this project

README

        

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

Description

## 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](https://github.com/wbthomason/packer.nvim):

```lua
use 'aliqyan-21/darkvoid.nvim'
```

With [lazy.nvim](https://github.com/folke/lazy.nvim):

```lua
return {'aliqyan-21/darkvoid.nvim'}
```

## Configuration

This is how you can configure `darkvoid.nvim` - [Configuration](config.md)

## Colorscheme Preview

### Transparency off, Glow off

![pic](preview/tfgf.png)

### Transparency off, Glow on

![pic](preview/tfgt.png)

### Transparency on, Glow off

![pic](preview/ttgf.png)

### Transparency on, Glow on

![pic](preview/ttgt.png)

### Search Highlighting

![pic](preview/search_highlighting.png)

### 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 supported:

- [x] nvim-tree: File explorer integration
- [x] treesitter: Enhanced syntax highlighting
- [x] telescope: Fuzzy finder integration
- [x] gitsigns: Git integration and signs
- [x] bufferline: buffer tabs
- [x] lualine: lualine support
- [x] oil: oil support (let's get oily)

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