darkplus.nvim
darkplus.nvim copied to clipboard
Darkplus
A dark Neovim theme written in Lua ported from Visual Studio Code Dark+ theme.
Screenshots
Plugin Support
- TreeSitter
- LSP Diagnostics
- Git Signs
- Git Gutter
- Neogit
- Telescope
- NvimTree
- Indent Blankline
- Dashboard
- BufferLine
- Barbar
⚡️ Requirements
- Neovim >= 0.5.0
📦 Installation
Install the theme with your preferred package manager:
Plug 'martinsione/darkplus.nvim'
use 'martinsione/darkplus.nvim'
🚀 Usage
Enable the colorscheme:
" Vim Script
colorscheme darkplus
-- Lua
vim.cmd[[colorscheme darkplus]]
🔥 Contributing
If you would like to add support to a plugin or to fix a bug please feel free to send a PR.
💐 Credits
-
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.