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
- Host: GitHub
- URL: https://github.com/RishabhRD/nvim-rdark
- Owner: RishabhRD
- Created: 2020-11-17T12:58:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T21:53:35.000Z (over 5 years ago)
- Last Synced: 2024-11-25T02:31:53.638Z (over 1 year ago)
- Topics: colorbuddy, colorscheme, dark-colorscheme, dark-theme, lua, neovim, neovim-plugin, nvim-rdark
- Language: Lua
- Homepage:
- Size: 745 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:).