grddavies / darkplus.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darkplus

A dark Neovim theme written in Lua ported from Visual Studio Code Dark+ theme.

Screenshots

darkplus

darkplus2

Plugin Support

⚡️ Requirements

  • Neovim >= 0.5.0

📦 Installation

Install the theme with your preferred package manager:

vim-plug

Plug 'martinsione/darkplus.nvim'

packer

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.

About


Languages

Language:Lua 100.0%