/electron-vue.nvim

A version of electron-vue theme from VSCode written in Lua for Neovim

Primary LanguageLuaMIT LicenseMIT

Electron Vue (In development)

A theme for Neovim Neovim built with lush.nvim. based on Electron Vue from VSCode.

Install

Use your preferred package manager to install Electron Vue:

Example with Lazy.nvim:

{
    "antonyz89/electron-vue.nvim",
    dependencies = { "rktjmp/lush.nvim" }
}
-- init.lua
colorscheme = "electron-vue-darker"

Electron Vue

logo