A dark Neovim theme written in Lua. Reproduction of the official JetBrains IDE Darcula theme.
- PHP
- Javascript / JSON
- HTML
- CSS
- Markdown
Install the theme with your preferred package manager, such as folke/lazy.nvim:
{
"nechaev/darkstorm.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd([[colorscheme darkstorm]])
end,
}
vim.cmd[[colorscheme darkstorm]]
Pull requests are welcome.