Skip to content

nechaev/darkstorm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkstorm

A dark Neovim theme written in Lua. Reproduction of the official JetBrains IDE Darcula theme.

⚡️ Supported languages

  • PHP
  • Javascript / JSON
  • HTML
  • CSS
  • Markdown

🔌 Plugin support

📦 Installation

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,
}

🚀 Usage

vim.cmd[[colorscheme darkstorm]]

🔥 Contributing

Pull requests are welcome.