nechaev / darkstorm.nvim

A dark Neovim theme written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A dark Neovim theme written in Lua

License:MIT License


Languages

Language:Lua 100.0%