/blackbuddy

Minimalist Collection of Dark Colorschemes Written in Lua

Primary LanguageLuaMIT LicenseMIT

logo

Minimalist Collection of Dark Colorschemes Created with Colorbuddy helper

Features

  • These color schemes are compatible with Tree-Sitter, Telescope, Nvim-Tree and others.
  • They support a large number of terminal emulation environments, such as:

Prequisites

Installation

Plug 'tjdevries/colorbuddy.vim'
Plug 'DilanGMB/nightbuddy'
use 'tjdevries/colorbuddy.vim'
use 'DilanGMB/nightbuddy'

Configuration & Use

VimScript
" Put this lines inside your vimrc to set the colorscheme
let g:nb_style = "STYLE"
lua require('colorbuddy').colorscheme('nightbuddy')
Lua
-- Put this lines inside your vimrc to set the colorscheme
vim.g.nb_style = "STYLE"
require('colorbuddy').colorscheme('nightbuddy')

Colorscheme Styles

  • night (default style if no variant is specified)
  • twilight
  • midnight

More variants coming soon !!

Preview

Twilight

kosmos

Night

night

Midnight

midnight

NOTE

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