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

https://github.com/RishabhRD/nvim-rdark

A dark colorscheme for neovim written in lua
https://github.com/RishabhRD/nvim-rdark

colorbuddy colorscheme dark-colorscheme dark-theme lua neovim neovim-plugin nvim-rdark

Last synced: 11 months ago
JSON representation

A dark colorscheme for neovim written in lua

Awesome Lists containing this project

README

          

# nvim-rdark

A dark colorscheme that suits my needs and doesn't hurt my eyes.
The colorscheme is written in lua and hence doesn't work with vim.

Works best with ``termguicolors`` enabled.

## Screenshot

Click to see all screenshots





## Installation

```vim
Plug 'tjdevries/colorbuddy.vim'
Plug 'RishabhRD/nvim-rdark'

" And then somewhere in your init.vim, to set the colorscheme
lua require('colorbuddy').colorscheme('nvim-rdark')
```

## Contribute

Currently this colorscheme especially focus on highlighting elements of my
workflow. This may not cover some elements that are not present in my workflow.

Feel free to raise any issue or create a pull request if you feel something is
missing or if any component feels ugly to you. :smile:

The plugin is developed upon
[colorbuddy](https://github.com/tjdevries/colorbuddy.nvim). So, it's very easy to
integrate treesitter highlighting with the plugin.

Currently, partial treesitter-highlighting is supported. However, because I am
not a big coloring expert (I rarely can imagine a good colorscheme with each
component in mind :smile:). So, it maybe possible that current treesitter
highlighting is really messed up. If you feel so, feel free to create a PR. I
would be glad to merge it (If PR's color configuration doesn't hurt my eyes
:smile:).