From 29fbe9e20c6318a7a0c71ee9ee8fbdfea808addb Mon Sep 17 00:00:00 2001 From: Latif Sulistyo Date: Wed, 19 Jan 2022 18:31:09 +0700 Subject: [PATCH] Add `dracula.nvim` colorscheme (#304) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6050365..72023f7 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ Tree-sitter is a new system coming in Neovim 0.5 that incrementally parses your - [sainnhe/everforest](https://github.com/sainnhe/everforest) - A green based colorscheme designed to be warm, soft and easy on the eyes. - [NTBBloodbath/doom-one.nvim](https://github.com/NTBBloodbath/doom-one.nvim) - Lua port of doom-emacs' doom-one for Neovim. - [dracula/vim](https://github.com/dracula/vim) - Famous beautiful dark powered theme. +- [Mofiqul/dracula.nvim](https://github.com/Mofiqul/dracula.nvim) - Dracula colorscheme for neovim written in Lua. - [yashguptaz/calvera-dark.nvim](https://github.com/yashguptaz/calvera-dark.nvim) - A port of [VSCode Calvara Dark](https://github.com/saurabhdaware/vscode-calvera-dark) Theme to Neovim with Tree-sitter and many other plugins support. - [nxvu699134/vn-night.nvim](https://github.com/nxvu699134/vn-night.nvim) - A dark Neovim colorscheme written in Lua. Support built-in LSP and Tree-sitter. - [adisen99/codeschool.nvim](https://github.com/adisen99/codeschool.nvim) - Codeschool colorscheme for Neovim written in Lua with Tree-sitter and built-in lsp support.