A dark Neovim theme written in Lua ported from Visual Studio Code Dark+ theme.
- TreeSitter
- LSP Diagnostics
- Git Signs
- Git Gutter
- Neogit
- Telescope
- NvimTree
- Indent Blankline
- Dashboard
- BufferLine
- Barbar
- Neovim >= 0.5.0
Install the theme with your preferred package manager:
Plug 'martinsione/darkplus.nvim'
use 'martinsione/darkplus.nvim'
Enable the colorscheme:
" Vim Script
colorscheme darkplus
-- Lua
vim.cmd[[colorscheme darkplus]]
If you would like to add support to a plugin or to fix a bug please feel free to send a PR.
-
tokyonight - Readme organization and some highlight groups are heavily inspired by this plugin.
-
LunarVimColorschemes - The motivation to make this colorscheme came from this plugin,
really cool but it had many colorschemes I didn't want. I also added some highlight groups and IMO made a better folder structure.