Minimalist Collection of Dark Colorschemes Created with Colorbuddy helper
- Check the root file here:
nightbuddy.lua
- These color schemes are compatible with Tree-Sitter, Telescope, Nvim-Tree and others.
- They support a large number of terminal emulation environments, such as:
- Neovim version 0.5+
- Colorbuddy helper
- (Recommended) Tree-Sitter Highlight for a better use of colors
Plug 'tjdevries/colorbuddy.vim'
Plug 'DilanGMB/nightbuddy'
use 'tjdevries/colorbuddy.vim'
use 'DilanGMB/nightbuddy'
" Put this lines inside your vimrc to set the colorscheme
let g:nb_style = "STYLE"
lua require('colorbuddy').colorscheme('nightbuddy')
-- Put this lines inside your vimrc to set the colorscheme
vim.g.nb_style = "STYLE"
require('colorbuddy').colorscheme('nightbuddy')
- night (default style if no variant is specified)
- twilight
- midnight
More variants coming soon !!
- It is good to remember that these colorscheme may not work if the above requirements are not taken into account.
- In case you find an error in any color scheme, please make an appropriate issue describing in detail the problem found.
- Also, if you want to make any contribution, please make the PR descriptive for easy integration.
I hope you enjoy these color schemes!!